summaryrefslogtreecommitdiffstats
path: root/app/controller/dashboard.control.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controller/dashboard.control.php')
-rw-r--r--app/controller/dashboard.control.php1
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);
}