summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index 234c3dc..ba590da 100644
--- a/edit.php
+++ b/edit.php
@@ -12,7 +12,7 @@
/**
* required setup
*/
-require_once( '../kernel/setup_inc.php' );
+require_once( '../kernel/includes/setup_inc.php' );
include_once( BLOGS_PKG_CLASS_PATH.'BitBlog.php' );
$gBitSystem->verifyPackage( 'blogs' );