aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
Diffstat (limited to 'category.php')
-rw-r--r--category.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php
index 55c4c9d63..1058eb958 100644
--- a/category.php
+++ b/category.php
@@ -216,7 +216,7 @@ if ( $user['status'] == 'admin' )
{
$vtp->addSession( $handle, 'summary' );
$vtp->setVar( $handle, 'summary.url',
- add_session_id( './admin/admin.php' ) );
+ add_session_id( './admin.php' ) );
$vtp->setVar( $handle, 'summary.title', $lang['hint_admin'] );
$vtp->setVar( $handle, 'summary.name', replace_space( $lang['admin'] ) );
$vtp->closeSession( $handle, 'summary' );