diff options
Diffstat (limited to 'app/controller/sysconf.control.php')
-rw-r--r-- | app/controller/sysconf.control.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controller/sysconf.control.php b/app/controller/sysconf.control.php index b69da87..f96c97e 100644 --- a/app/controller/sysconf.control.php +++ b/app/controller/sysconf.control.php @@ -19,7 +19,7 @@ class Sysconf extends Controller function action_default($mod) { - $mod->default(); + $mod->deflt(); include "view/sysconf/default.view.php"; } } |