diff options
Diffstat (limited to 'app/class/controllerart.php')
-rw-r--r-- | app/class/controllerart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/controllerart.php b/app/class/controllerart.php index bec4b1d..e385201 100644 --- a/app/class/controllerart.php +++ b/app/class/controllerart.php @@ -12,7 +12,7 @@ class Controllerart extends Controller parent::__construct($router); $this->artmanager = new Modelart(); - $this->renderengine = new Modelrender(); + $this->renderengine = new Modelrender($router); } |