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

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Mar 11 03:26:41 EDT 2008


Author: mark
Date: 2008-03-11 03:26:41 -0400 (Tue, 11 Mar 2008)
New Revision: 6209

Modified:
   plog/trunk/class/action/admin/adminnewglobalarticlecategoryaction.class.php
   plog/trunk/class/action/admin/adminnewtemplateaction.class.php
Log:
Add missing performAjax method.

Modified: plog/trunk/class/action/admin/adminnewglobalarticlecategoryaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminnewglobalarticlecategoryaction.class.php	2008-03-10 23:32:21 UTC (rev 6208)
+++ plog/trunk/class/action/admin/adminnewglobalarticlecategoryaction.class.php	2008-03-11 07:26:41 UTC (rev 6209)
@@ -38,5 +38,10 @@
           $this->_view = new AdminTemplatedView( $this->_blogInfo, "newglobalarticlecategory" );
           $this->setCommonData();
         }
+
+		function performAjax()
+        {
+            $this->perform();
+        }
     }
 ?>
\ No newline at end of file

Modified: plog/trunk/class/action/admin/adminnewtemplateaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminnewtemplateaction.class.php	2008-03-10 23:32:21 UTC (rev 6208)
+++ plog/trunk/class/action/admin/adminnewtemplateaction.class.php	2008-03-11 07:26:41 UTC (rev 6209)
@@ -28,5 +28,11 @@
 
             return true;
         }
+
+		function performAjax()
+        {
+            $this->perform();
+            return true;
+        }
     }
 ?>



More information about the pLog-svn mailing list