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 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'