openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9aebbe666d761a8e89c12a3eff49bd2f3f04f197
parent 383b19d033b23ddfc48962566a3e738e3f7d545a
Author: Jan Dankert <devnull@localhost>
Date:   Wed,  5 Sep 2018 22:09:58 +0200

Diese Klasse muss importiert werden, aber wieso ist das nicht eher aufgefallen? Hmmm.

Diffstat:
modules/cms-ui/UI.class.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/cms-ui/UI.class.php b/modules/cms-ui/UI.class.php @@ -8,6 +8,7 @@ use cms\Dispatcher; use DomainException; use Exception; use Http; +use Less_Parser; use Logger; use LogicException; use ObjectNotFoundException;