aboutsummaryrefslogtreecommitdiff
path: root/public/w
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-05-07 11:34:45 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-05-07 11:34:45 +0200
commit97d6db419e1782abaa554dc9b88c208835d1a8b4 (patch)
tree4effa38f18eb0249d0587902cf9e34efd784eb82 /public/w
parent8ad36569c333324614a864225d507972247f22be (diff)
downloadwcms-97d6db419e1782abaa554dc9b88c208835d1a8b4.tar.gz
wcms-97d6db419e1782abaa554dc9b88c208835d1a8b4.zip
W 2.1 M 0.1
Diffstat (limited to 'public/w')
-rw-r--r--public/w/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/w/index.php b/public/w/index.php
index 695ce56..51bce0e 100644
--- a/public/w/index.php
+++ b/public/w/index.php
@@ -108,7 +108,7 @@ if (isset($_GET['id'])) {
$art = $app->get($_GET['id']);
if (isset($_GET['edit']) and $_GET['edit'] == 1) {
- $aff->edit($art);
+ $aff->edit($art, $app->lister());
$aff->template($art, $app->lister());
$aff->aside($app->lister());
} else {