diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 12:10:53 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 12:10:53 -0500 |
| commit | 5c6319e71df90b5adf98d145c06095d64356c311 (patch) | |
| tree | 5bf6435af4caed312727916a458df6474b0169c3 /fisheye_rss.php | |
| parent | 1086b09bdce0b69ea6bf1c931cc0b6f3967921da (diff) | |
| download | fisheye-5c6319e71df90b5adf98d145c06095d64356c311.tar.gz fisheye-5c6319e71df90b5adf98d145c06095d64356c311.tar.bz2 fisheye-5c6319e71df90b5adf98d145c06095d64356c311.zip | |
move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constants
Diffstat (limited to 'fisheye_rss.php')
| -rw-r--r-- | fisheye_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fisheye_rss.php b/fisheye_rss.php index 53d251c..9129900 100644 --- a/fisheye_rss.php +++ b/fisheye_rss.php @@ -14,7 +14,7 @@ $gBitSystem->verifyPackage( 'fisheye' ); $gBitSystem->verifyPackage( 'rss' ); $gBitSystem->verifyFeature( 'fisheye_rss' ); -require_once( FISHEYE_PKG_PATH."FisheyeImage.php" ); +require_once( FISHEYE_PKG_CLASS_PATH.'FisheyeImage.php' ); require_once( RSS_PKG_INCLUDE_PATH.'rss_inc.php' ); $rss->title = $gBitSystem->getConfig( 'fisheye_rss_title', $gBitSystem->getConfig( 'site_title' ).' - '.tra( 'Image Galleries' ) ); |
