aboutsummaryrefslogtreecommitdiff
path: root/app/class/Controlleradmin.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/Controlleradmin.php')
-rw-r--r--app/class/Controlleradmin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Controlleradmin.php b/app/class/Controlleradmin.php
index d3ceab7..f68cb82 100644
--- a/app/class/Controlleradmin.php
+++ b/app/class/Controlleradmin.php
@@ -45,7 +45,7 @@ class Controlleradmin extends Controller
public function update()
{
- MODEL::dircheck(MODEL::GLOBAL_DIR);
+ Model::dircheck(Model::GLOBAL_DIR);
$globalcss = file_put_contents(Model::GLOBAL_DIR . 'global.css', $_POST['globalcss']);