diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-05-07 11:34:45 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-05-07 11:34:45 +0200 |
commit | 97d6db419e1782abaa554dc9b88c208835d1a8b4 (patch) | |
tree | 4effa38f18eb0249d0587902cf9e34efd784eb82 /public/w | |
parent | 8ad36569c333324614a864225d507972247f22be (diff) | |
download | wcms-97d6db419e1782abaa554dc9b88c208835d1a8b4.tar.gz wcms-97d6db419e1782abaa554dc9b88c208835d1a8b4.zip |
W 2.1 M 0.1
Diffstat (limited to 'public/w')
-rw-r--r-- | public/w/index.php | 2 |
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 { |