aboutsummaryrefslogtreecommitdiff
path: root/app/class
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-12 16:18:09 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-12 16:18:09 +0100
commite1eb55024b67793e62e93696cffbd22ead855729 (patch)
tree701e3c90befa65aa0d36910dcfa32b673254faea /app/class
parente4768cd0647d934eff424f73bfd9f5c8f6223c94 (diff)
downloadwcms-e1eb55024b67793e62e93696cffbd22ead855729.tar.gz
wcms-e1eb55024b67793e62e93696cffbd22ead855729.zip
corner-menu
Diffstat (limited to 'app/class')
-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 da3c96f..b8dea88 100644
--- a/app/class/controllerconnect.php
+++ b/app/class/controllerconnect.php
@@ -37,7 +37,7 @@ class Controllerconnect extends Controller
$this->usermanager->writesession($this->user);
}
if (!empty($id)) {
- $this->routedirect('artedit', ['art' => $id]);
+ $this->routedirect('artread/', ['art' => $id]);
} else {
$this->routedirect('backrouter');
}