diff options
Diffstat (limited to 'crosspost.php')
| -rw-r--r-- | crosspost.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crosspost.php b/crosspost.php index 99c82a1..1effaed 100644 --- a/crosspost.php +++ b/crosspost.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_blogs/crosspost.php,v 1.10 2009/10/01 14:16:58 wjames5 Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_blogs/crosspost.php,v 1.11 2010/02/08 21:27:21 wjames5 Exp $ * @package blogs * @subpackage functions * @@ -12,7 +12,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); $gBitSystem->verifyPackage( 'blogs' ); $gBitSystem->verifyPermission( 'p_blogs_admin' ); |
