diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:21 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:21 +0000 |
| commit | 468b508fd899028476dc9d1795b7eb1adb12b436 (patch) | |
| tree | e7d0a45850fc7228d1c1a6326e6a9b117ee92d99 /admin | |
| parent | e646f4581a7d445f8434c3334fdd38fabf6f5d4c (diff) | |
| download | blogs-468b508fd899028476dc9d1795b7eb1adb12b436.tar.gz blogs-468b508fd899028476dc9d1795b7eb1adb12b436.tar.bz2 blogs-468b508fd899028476dc9d1795b7eb1adb12b436.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATE
Diffstat (limited to 'admin')
| -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 9149c0b..24c3dd2 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( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); require_once(USERS_PKG_PATH.'BitUser.php'); require_once(BLOGS_PKG_PATH.'BitBlog.php'); |
