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 /thumbnailer.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 'thumbnailer.php')
| -rw-r--r-- | thumbnailer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbnailer.php b/thumbnailer.php index 34418a3..c94cdf7 100644 --- a/thumbnailer.php +++ b/thumbnailer.php @@ -33,7 +33,7 @@ // running from cron can cause us not to be in the right dir. chdir( dirname( __FILE__ ) ); require_once( '../kernel/setup_inc.php' ); - require_once( FISHEYE_PKG_PATH.'FisheyeImage.php' ); + require_once( FISHEYE_PKG_CLASS_PATH.'FisheyeImage.php' ); // add some protection for arbitrary thumbail execution. // if argc is present, we will trust it was exec'ed command line. |
