aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerconnect.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-29 13:39:28 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-29 13:39:28 +0100
commit5e1ca86211da0439003303cf3e0741edf31bced4 (patch)
tree99fb2548f6eab18b510c9e5850af2459b05d1401 /app/class/controllerconnect.php
parentbd2ddfda3a922766ea2165963f2b2386066deeb2 (diff)
downloadwcms-5e1ca86211da0439003303cf3e0741edf31bced4.tar.gz
wcms-5e1ca86211da0439003303cf3e0741edf31bced4.zip
home redirect
Diffstat (limited to 'app/class/controllerconnect.php')
-rw-r--r--app/class/controllerconnect.php2
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);
}