From d95ddb7c6146157418f7735995a2b43ef3d2c8fb Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 27 Apr 2011 17:03:25 +0000 Subject: feature:2284 Create a class to manipulate images. git-svn-id: http://piwigo.org/svn/trunk@10641 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/photos_add.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/photos_add.php') diff --git a/admin/photos_add.php b/admin/photos_add.php index d0ae3050b..7760195d9 100644 --- a/admin/photos_add.php +++ b/admin/photos_add.php @@ -27,6 +27,7 @@ if( !defined("PHPWG_ROOT_PATH") ) include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php'); include_once(PHPWG_ROOT_PATH.'admin/include/functions_upload.inc.php'); +include_once(PHPWG_ROOT_PATH.'admin/include/image.class.php'); define( 'PHOTOS_ADD_BASE_URL', -- cgit v1.2.3