diff options
Diffstat (limited to 'app/controller')
| -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 4ee4b38..9a279ca 100644 --- a/app/controller/dashboard.control.php +++ b/app/controller/dashboard.control.php @@ -14,6 +14,7 @@ class Dashboard extends Controller      function handle($argv)      {          $mod = new DashboardModel(); +        $mod->common_handleFormSubmissions($_REQUEST['input']);          $this->action_default($mod);      } | 
