aboutsummaryrefslogtreecommitdiffstats
path: root/admin/group_perm.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-11-03 20:59:40 +0000
committerz0rglub <z0rglub@piwigo.org>2003-11-03 20:59:40 +0000
commit3eeab79a75b3bba95f4a9e9a2a239f34e8da7c2b (patch)
treec0ee45f7d509b2125ced966df10cf658ae2cedd1 /admin/group_perm.php
parent718116eb30e8f0534b13275662212afc506a862c (diff)
Modifying ./include/isadmin.inc.php in ./admin/include/isadmin.inc.php since admin.php has moved to the PhpWebGallery root directory
git-svn-id: http://piwigo.org/svn/trunk@226 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/group_perm.php')
-rw-r--r--admin/group_perm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/group_perm.php b/admin/group_perm.php
index 52460fc47..85d92a65b 100644
--- a/admin/group_perm.php
+++ b/admin/group_perm.php
@@ -16,7 +16,7 @@
* the Free Software Foundation; *
* *
***************************************************************************/
-include_once( './include/isadmin.inc.php' );
+include_once( './admin/include/isadmin.inc.php' );
//----------------------------------------------------- template initialization
$sub = $vtp->Open( './template/'.$user['template'].'/admin/group_perm.vtp' );
$error = array();