diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-27 17:03:25 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-27 17:03:25 +0000 |
commit | d95ddb7c6146157418f7735995a2b43ef3d2c8fb (patch) | |
tree | 1ed4715f98e323345393602290d4a679efe295b3 /admin/photos_add.php | |
parent | c3a0ff6b886463cebd3959bae07dd87726bff24c (diff) |
feature:2284
Create a class to manipulate images.
git-svn-id: http://piwigo.org/svn/trunk@10641 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/photos_add.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |