diff options
Diffstat (limited to 'admin/wp-migrate.php')
| -rw-r--r-- | admin/wp-migrate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/wp-migrate.php b/admin/wp-migrate.php index 7d64e47..9d0dd58 100644 --- a/admin/wp-migrate.php +++ b/admin/wp-migrate.php @@ -17,7 +17,7 @@ * You need to have liberty_allow_change_owner on for post ownership to work right. Otherwise all posts will be owned by admin. */ -require_once( '../../kernel/setup_inc.php' ); +require_once( '../../kernel/includes/setup_inc.php' ); //require_once(USERS_PKG_PATH.'RoleUser.php'); require_once(BLOGS_PKG_CLASS_PATH.'BitBlog.php'); |
