summaryrefslogtreecommitdiff
path: root/edit_image.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:18 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:18 -0500
commit1086b09bdce0b69ea6bf1c931cc0b6f3967921da (patch)
tree99351bbeb8105a2363f2b6dda6a3761d9107589c /edit_image.php
parent54077c9779e114471b347068d431dd344e2389ff (diff)
downloadfisheye-1086b09bdce0b69ea6bf1c931cc0b6f3967921da.tar.gz
fisheye-1086b09bdce0b69ea6bf1c931cc0b6f3967921da.tar.bz2
fisheye-1086b09bdce0b69ea6bf1c931cc0b6f3967921da.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'edit_image.php')
-rw-r--r--edit_image.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_image.php b/edit_image.php
index 7fd93c4..bb1fc25 100644
--- a/edit_image.php
+++ b/edit_image.php
@@ -14,7 +14,7 @@ require_once( FISHEYE_PKG_PATH.'FisheyeImage.php');
global $gBitSystem;
-include_once( FISHEYE_PKG_PATH.'image_lookup_inc.php' );
+include_once( FISHEYE_PKG_INCLUDE_PATH.'image_lookup_inc.php' );
if( $gContent->isValid() ) {
$gContent->verifyUpdatePermission();