[pLog-svn] r3561 - in plugins/trunk/jupload: class/action templates

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jun 8 20:35:28 GMT 2006


Author: oscar
Date: 2006-06-08 20:35:27 +0000 (Thu, 08 Jun 2006)
New Revision: 3561

Modified:
   plugins/trunk/jupload/class/action/pluginjuploadnewresourceaction.class.php
   plugins/trunk/jupload/templates/juploadnewresource.template
Log:
fixed a few issues with the jupload plugin


Modified: plugins/trunk/jupload/class/action/pluginjuploadnewresourceaction.class.php
===================================================================
--- plugins/trunk/jupload/class/action/pluginjuploadnewresourceaction.class.php	2006-06-08 19:08:56 UTC (rev 3560)
+++ plugins/trunk/jupload/class/action/pluginjuploadnewresourceaction.class.php	2006-06-08 20:35:27 UTC (rev 3561)
@@ -42,7 +42,9 @@
         {
             // check that we have at least one album where to put our pictures
             $albums = new GalleryAlbums();			
-            if( $albums->getNumUserAlbums( $this->_blogInfo->getId()) == 0 ) {
+            //if( $albums->getNumUserAlbums( $this->_blogInfo->getId()) == 0 ) {
+			$blogAlbums = $albums->getUserAlbums( $this->_blogInfo->getId());
+			if( count( $blogAlbums ) == 0 ) {
             	$this->_view = new AdminNewAlbumView( $this->_blogInfo );
                 $this->_view->setErrorMessage( $this->_locale->tr("error_must_create_album_first"));
                 $this->setCommonData();

Modified: plugins/trunk/jupload/templates/juploadnewresource.template
===================================================================
--- plugins/trunk/jupload/templates/juploadnewresource.template	2006-06-08 19:08:56 UTC (rev 3560)
+++ plugins/trunk/jupload/templates/juploadnewresource.template	2006-06-08 20:35:27 UTC (rev 3561)
@@ -87,7 +87,7 @@
    To use this applet, please install the newest version of Sun's java. You can get it from <a href="http://www.java.com/">java.com</a>
   
   </applet>
-  <div align="right"><strong><a href="http://jupload.biz/" title="The best multiple file upload tool in the world!">Power by JUpload</a></strong></div>
+  <div align="right"><strong><a href="http://jupload.biz/" title="The best multiple file upload tool in the world!">Powered by JUpload</a></strong></div>
  </div>
 
 {include file="$admintemplatepath/footernavigation.template"}



More information about the pLog-svn mailing list