diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controller/dashboard.control.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controller/dashboard.control.php b/app/controller/dashboard.control.php index 9a279ca..53ca160 100644 --- a/app/controller/dashboard.control.php +++ b/app/controller/dashboard.control.php @@ -15,6 +15,7 @@ class Dashboard extends Controller { $mod = new DashboardModel(); $mod->common_handleFormSubmissions($_REQUEST['input']); + $mod->common_deflt(); $this->action_default($mod); } |