diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-29 13:39:28 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-29 13:39:28 +0100 |
commit | 5e1ca86211da0439003303cf3e0741edf31bced4 (patch) | |
tree | 99fb2548f6eab18b510c9e5850af2459b05d1401 /app/class/controllerconnect.php | |
parent | bd2ddfda3a922766ea2165963f2b2386066deeb2 (diff) | |
download | wcms-5e1ca86211da0439003303cf3e0741edf31bced4.tar.gz wcms-5e1ca86211da0439003303cf3e0741edf31bced4.zip |
home redirect
Diffstat (limited to 'app/class/controllerconnect.php')
-rw-r--r-- | app/class/controllerconnect.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |