[pLog-svn] r5981 - plog/trunk/class/action/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Oct 9 03:42:59 EDT 2007


Author: mark
Date: 2007-10-09 03:42:59 -0400 (Tue, 09 Oct 2007)
New Revision: 5981

Modified:
   plog/trunk/class/action/admin/adminnewresourceaction.class.php
   plog/trunk/class/action/admin/adminnewresourcealbumaction.class.php
Log:
Fixed the "Output not supported" in new resource and album.

Modified: plog/trunk/class/action/admin/adminnewresourceaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminnewresourceaction.class.php	2007-10-09 03:02:26 UTC (rev 5980)
+++ plog/trunk/class/action/admin/adminnewresourceaction.class.php	2007-10-09 07:42:59 UTC (rev 5981)
@@ -1,15 +1,5 @@
 <?php
 
-	
-	
-    	
-    
-    
-    
-	
-	
-		
-
     /**
      * \ingroup Action
      * @private
@@ -82,5 +72,11 @@
             // better to return true if everything fine
             return true;
         }
+        
+        function performAjax()
+        {
+            return( $this->perform());
+        }
+
     }
 ?>

Modified: plog/trunk/class/action/admin/adminnewresourcealbumaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminnewresourcealbumaction.class.php	2007-10-09 03:02:26 UTC (rev 5980)
+++ plog/trunk/class/action/admin/adminnewresourcealbumaction.class.php	2007-10-09 07:42:59 UTC (rev 5981)
@@ -1,10 +1,5 @@
 <?php
 
-	
-    
-	
-		
-
     /**
      * \ingroup Action
      * @private
@@ -39,5 +34,11 @@
             $this->setCommonData();
             return true;
         }
+
+		function performAjax()
+		{
+			return( $this->perform());
+		}
+
     }
 ?>



More information about the pLog-svn mailing list