diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-11-03 21:35:24 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-11-03 21:35:24 +0000 |
commit | 860a39302ead57c596bec64e9d738c5dd69640bd (patch) | |
tree | a71089e36e0f9c2a90ff5fc373dc5f07551e5ddb /category.php | |
parent | 5fdc7ea1e582c7378ea8fd8ac3a9a50ec5298970 (diff) |
Modifications linked to the move of admin.php to the root directory of PhpWebGallery
git-svn-id: http://piwigo.org/svn/trunk@228 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | category.php | 2 |
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' ); |