[pLog-svn] r2231 - plog/branches/plog-1.0.2/class/action/admin

Oscar Renalias phunkphorce at gmail.com
Wed Jun 15 10:24:53 GMT 2005


can you create a mantis issue? It helps when creating the release
notes so that we can say what was fixed in the release...

Thanks :)

Oscar

On 6/15/05, mark at devel.plogworld.net <mark at devel.plogworld.net> wrote:
> Author: mark
> Date: 2005-06-15 09:42:52 +0000 (Wed, 15 Jun 2005)
> New Revision: 2231
> 
> Modified:
>    plog/branches/plog-1.0.2/class/action/admin/adminresourcesaction.class.php
> Log:
> Danm ... stupid me ... forgoet add || (or) between the statements.
> 
> Modified: plog/branches/plog-1.0.2/class/action/admin/adminresourcesaction.class.php
> ===================================================================
> --- plog/branches/plog-1.0.2/class/action/admin/adminresourcesaction.class.php  2005-06-15 09:41:21 UTC (rev 2230)
> +++ plog/branches/plog-1.0.2/class/action/admin/adminresourcesaction.class.php  2005-06-15 09:42:52 UTC (rev 2231)
> @@ -43,7 +43,7 @@
>                 // check if the storage folder exists and it is readable
>                 if( !GalleryResourceStorage::checkBaseStorageFolder() ||
>                      !GalleryResourceStorage::checkUserStorageFolder( $this->_blogInfo->getId()) ||
> -                    !GalleryResourceStorage::checkPreviewsStorageFolder( $this->_blogInfo->getId())
> +                    !GalleryResourceStorage::checkPreviewsStorageFolder( $this->_blogInfo->getId()) ||
>                      !GalleryResourceStorage::checkMediumSizePreviewsStorageFolder( $this->_blogInfo->getId())) {
>                         $message = $this->_locale->pr("error_base_storage_folder_missing_or_unreadable", $folders);
>                 }
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list