From 97d6db419e1782abaa554dc9b88c208835d1a8b4 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 7 May 2018 11:34:45 +0200 Subject: W 2.1 M 0.1 --- public/w/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/w/index.php') 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 { -- cgit v1.2.3