Skip to content

Commit

Permalink
BUGFIX: Got overzealous with my privates and broke simple mode
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed Apr 25, 2022
1 parent ff403a2 commit c76ee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sluz.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ private function peval($str) {
return $ret;
}

private function enable_simple_mode($php_file) {
public function enable_simple_mode($php_file) {
$this->php_file = $php_file;
$this->tpl_path = realpath(dirname($this->php_file) . "/tpls/") . "/";
$this->simple_mode = true;
Expand Down

0 comments on commit c76ee34

Please sign in to comment.