1
0

enable moderate in dashboard

The token was missing, as the variable was renamed for the preview-url, where it was missing before
This commit is contained in:
onli
2014-01-18 23:27:42 +01:00
parent 2dcee8eae1
commit 2d2d3822d7
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ if ($entriesAmount < 5) {
$data['entries'] = $entries;
$data['token'] = serendipity_setFormToken('url');
$data['urltoken'] = serendipity_setFormToken('url');
echo serendipity_smarty_show('admin/overview.inc.tpl', $data);