From 5e1ca86211da0439003303cf3e0741edf31bced4 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 29 Jan 2019 13:39:28 +0100 Subject: home redirect --- app/class/controllerconnect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/controllerconnect.php') diff --git a/app/class/controllerconnect.php b/app/class/controllerconnect.php index d6aa7a2..fb43d4c 100644 --- a/app/class/controllerconnect.php +++ b/app/class/controllerconnect.php @@ -23,7 +23,7 @@ class Controllerconnect extends Controller $artupdate['route'] = 'artedit'; $artupdate['id'] = $_SESSION['artupdate']['id']; } else { - $artupdate = [$route = 'home']; + $artupdate = ['route' => 'home']; } $this->showtemplate('connect', $artupdate); } -- cgit v1.2.3