[pLog-svn] r561 - plog/trunk/class/gallery/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Dec 22 15:01:31 GMT 2004


Author: oscar
Date: 2004-12-22 15:01:30 +0000 (Wed, 22 Dec 2004)
New Revision: 561

Modified:
   plog/trunk/class/gallery/dao/galleryresourcestorage.class.php
Log:
removed an unneeded 'throw' clause


Modified: plog/trunk/class/gallery/dao/galleryresourcestorage.class.php
===================================================================
--- plog/trunk/class/gallery/dao/galleryresourcestorage.class.php	2004-12-22 14:42:08 UTC (rev 560)
+++ plog/trunk/class/gallery/dao/galleryresourcestorage.class.php	2004-12-22 15:01:30 UTC (rev 561)
@@ -147,7 +147,7 @@
 
             if( !File::isReadable( $userFolder )) {
 				$this->log->debug( "User storage folder exists but it is not readable!" );
-            	throw( new Exception( $userFolder." user storage folder exists but it is not readable!" ));
+            	//throw( new Exception( $userFolder." user storage folder exists but it is not readable!" ));
 				return false;
                 //die();
             }




More information about the pLog-svn mailing list