aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-02-07 19:36:44 +0000
committergweltas <gweltas@piwigo.org>2004-02-07 19:36:44 +0000
commite712c4aef84d5ac73e55f904a8922064f63f90a3 (patch)
treecd1e96611a95b286539b6c35497499415e3e72b0 /category.php
parent3ae73d950e6f13c10516b2a4580084454073446f (diff)
Migration of common.php in the include directory to fit the new coding rules
git-svn-id: http://piwigo.org/svn/trunk@354 68402e56-0260-453c-a942-63ccdbb3a9ee
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 10d119986..9fb7e7d27 100644
--- a/category.php
+++ b/category.php
@@ -27,7 +27,7 @@
//--------------------------------------------------------------------- include
$phpwg_root_path = './';
-include_once( $phpwg_root_path.'common.php' );
+include_once( $phpwg_root_path.'include/common.inc.php' );
//---------------------------------------------------------------------- logout
if ( isset( $_GET['act'] )
and $_GET['act'] == 'logout'