diff options
| -rw-r--r-- | FisheyeGallery.php | 1 | ||||
| -rw-r--r-- | view.php | 1 | ||||
| -rw-r--r-- | view_image.php | 1 | ||||
| -rw-r--r-- | view_image_details.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/FisheyeGallery.php b/FisheyeGallery.php index 0596b26..9712a58 100644 --- a/FisheyeGallery.php +++ b/FisheyeGallery.php @@ -667,6 +667,7 @@ class FisheyeGallery extends FisheyeBase { function getTree( $pListHash ) { global $gBitDb; + $ret = array(); if( $this->mDb->isAdvancedPostgresEnabled() ) { $bindVars = array(); $containVars = array(); @@ -10,6 +10,7 @@ */ require_once( '../kernel/setup_inc.php' ); +$gBitSystem->verifyPackage( 'fisheye' ); require_once( FISHEYE_PKG_PATH.'FisheyeGallery.php'); require_once( FISHEYE_PKG_PATH.'FisheyeImage.php'); diff --git a/view_image.php b/view_image.php index 6dac30e..9032f0d 100644 --- a/view_image.php +++ b/view_image.php @@ -9,6 +9,7 @@ */ require_once( '../kernel/setup_inc.php' ); +$gBitSystem->verifyPackage( 'fisheye' ); require_once( FISHEYE_PKG_PATH.'FisheyeGallery.php'); require_once( FISHEYE_PKG_PATH.'FisheyeImage.php'); diff --git a/view_image_details.php b/view_image_details.php index b227855..0264a6a 100644 --- a/view_image_details.php +++ b/view_image_details.php @@ -10,6 +10,7 @@ */ require_once( '../kernel/setup_inc.php' ); +$gBitSystem->verifyPackage( 'fisheye' ); require_once( FISHEYE_PKG_PATH.'FisheyeGallery.php'); require_once( FISHEYE_PKG_PATH.'FisheyeImage.php'); |
