diff options
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 { |