aboutsummaryrefslogtreecommitdiffstats
path: root/admin/user_perm.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-11-02 11:18:25 +0000
committerz0rglub <z0rglub@piwigo.org>2003-11-02 11:18:25 +0000
commit718116eb30e8f0534b13275662212afc506a862c (patch)
tree9552576e905ac881c71ad0d5cf4d109d81043adb /admin/user_perm.php
parente6c4386182b97fb6efcaec71417daf2b97407c9c (diff)
Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory
git-svn-id: http://piwigo.org/svn/trunk@225 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/user_perm.php')
-rw-r--r--admin/user_perm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/user_perm.php b/admin/user_perm.php
index 7b4dc353b..fdca628f7 100644
--- a/admin/user_perm.php
+++ b/admin/user_perm.php
@@ -18,7 +18,7 @@
***************************************************************************/
include_once( './include/isadmin.inc.php' );
//----------------------------------------------------- template initialization
-$sub = $vtp->Open( '../template/'.$user['template'].'/admin/user_perm.vtp' );
+$sub = $vtp->Open( './template/'.$user['template'].'/admin/user_perm.vtp' );
$error = array();
$tpl = array( 'permuser_authorized','permuser_forbidden','submit',
'permuser_parent_forbidden','permuser_info_message',