diff options
Diffstat (limited to 'browse.php')
| -rw-r--r-- | browse.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ */ require_once( '../kernel/setup_inc.php' ); -require_once( FISHEYE_PKG_PATH.'FisheyeGallery.php'); -require_once( FISHEYE_PKG_PATH.'FisheyeImage.php'); +require_once( FISHEYE_PKG_CLASS_PATH.'FisheyeGallery.php'); +require_once( FISHEYE_PKG_CLASS_PATH.'FisheyeImage.php'); global $gBitSystem, $gBitSmarty; $gFisheyeGallery = new FisheyeGallery(); |
