summaryrefslogtreecommitdiffstats
path: root/app/controller/dashboard.control.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/controller/dashboard.control.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controller/dashboard.control.php b/app/controller/dashboard.control.php
index aa1c0bd..4ee4b38 100644
--- a/app/controller/dashboard.control.php
+++ b/app/controller/dashboard.control.php
@@ -14,8 +14,6 @@ class Dashboard extends Controller
function handle($argv)
{
$mod = new DashboardModel();
- $mod->common_handleFormSubmissions($_REQUEST['input'], $_FILES['attachment']);
- $mod->common_deflt();
$this->action_default($mod);
}