diff options
Diffstat (limited to 'app/class/Controllerpage.php')
-rw-r--r-- | app/class/Controllerpage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Controllerpage.php b/app/class/Controllerpage.php index 53c978e..447f2c5 100644 --- a/app/class/Controllerpage.php +++ b/app/class/Controllerpage.php @@ -13,7 +13,7 @@ class Controllerpage extends Controller protected $fontmanager; protected $mediamanager; - const COMBINE = false; + public const COMBINE = false; public function __construct($router) { |