[limb-svn] r7080 - 3.x/trunk/limb/imagekit/src

svn at limb-project.com svn at limb-project.com
Wed Jun 25 20:37:40 MSD 2008


Author: korchasa
Date: 2008-06-25 20:37:40 +0400 (Wed, 25 Jun 2008)
New Revision: 7080
URL: http://fisheye.limb-project.com/changelog/limb/?cs=7080

Modified:
   3.x/trunk/limb/imagekit/src/lmbImageKit.class.php
Log:
-- replace file_exist for autoloader exception rethrow

Modified: 3.x/trunk/limb/imagekit/src/lmbImageKit.class.php
===================================================================
--- 3.x/trunk/limb/imagekit/src/lmbImageKit.class.php	2008-06-25 16:32:37 UTC (rev 7079)
+++ 3.x/trunk/limb/imagekit/src/lmbImageKit.class.php	2008-06-25 16:37:40 UTC (rev 7080)
@@ -32,6 +32,8 @@
     {
       throw new lmbFileNotFoundException($class_path, 'image library not found');
     }
+
+    return $convertor;
   }
 
   static function load($file_name, $type = '', $library = 'gd', $dir = '', $params = array())



More information about the limb-svn mailing list