Skip to content

Commit

Permalink
Fixed issue: Not possible to change template in template editor
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 25, 2017
1 parent 02c650f commit 3e51550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/sanitize_helper.php
Expand Up @@ -171,7 +171,7 @@ function beautify_filename($filename) {

function sanitize_dirname($string, $force_lowercase = false, $alphanumeric = false) {
$string = str_replace(".", "", $string);
return sanitize_filename($string, $force_lowercase, $alphanumeric);
return sanitize_filename($string, $force_lowercase, $alphanumeric,false);
}


Expand Down

0 comments on commit 3e51550

Please sign in to comment.