summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_fisheye_inc.php2
-rw-r--r--admin/schema_inc.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/admin/admin_fisheye_inc.php b/admin/admin_fisheye_inc.php
index 5a84ad7..3fe94e2 100644
--- a/admin/admin_fisheye_inc.php
+++ b/admin/admin_fisheye_inc.php
@@ -125,7 +125,7 @@ $formImageLists = array(
);
$gBitSmarty->assign( 'formImageLists', $formImageLists);
-require_once( FISHEYE_PKG_PATH.'FisheyeGallery.php' );
+require_once( FISHEYE_PKG_CLASS_PATH.'FisheyeGallery.php' );
$gBitSmarty->assign( 'galleryPaginationTypes', FisheyeGallery::getAllLayouts() );
$sortOptions = array(
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 245e450..0aee38b 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -98,8 +98,8 @@ if( defined( 'RSS_PKG_NAME' )) {
// ### Register content types
$gBitInstaller->registerContentObjects( FISHEYE_PKG_NAME, array(
- 'FisheyeGallery'=>FISHEYE_PKG_PATH.'FisheyeGallery.php',
- 'FisheyeImage'=>FISHEYE_PKG_PATH.'FisheyeImage.php',
+ 'FisheyeGallery'=>FISHEYE_PKG_CLASS_PATH.'FisheyeGallery.php',
+ 'FisheyeImage'=>FISHEYE_PKG_CLASS_PATH.'FisheyeImage.php',
));
// Requirements