From 385b3f4adf86606e03941171c136d8f2eb2b35c2 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Fri, 24 Apr 2020 16:36:12 +0200 Subject: fix: most of PHPStan errors --- app/class/Controlleradmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Controlleradmin.php') 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']); -- cgit v1.2.3