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 ec437fa..d87427b 100644
--- a/app/class/Controlleradmin.php
+++ b/app/class/Controlleradmin.php
@@ -45,7 +45,7 @@ class Controlleradmin extends Controller
public function update()
{
- accessfile(Model::GLOBAL_CSS_FILE);
+ accessfile(Model::GLOBAL_CSS_FILE, true);
$globalcss = file_put_contents(Model::GLOBAL_CSS_FILE, $_POST['globalcss']);