diff options
Diffstat (limited to 'apps/gallery/lib/images_utils.php')
-rw-r--r-- | apps/gallery/lib/images_utils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/lib/images_utils.php b/apps/gallery/lib/images_utils.php index 126298913be..6f3959a342d 100644 --- a/apps/gallery/lib/images_utils.php +++ b/apps/gallery/lib/images_utils.php @@ -22,7 +22,7 @@ */ if (file_exists('../../../lib/base.php')) - require_once('../../../lib/base.php'); + elseif (file_exists('lib/base.php')) require_once('lib/base.php'); |