[pLog-svn] r5905 - in plog/trunk/class/action/admin: . chooser

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Sep 6 16:34:17 EDT 2007


Author: oscar
Date: 2007-09-06 16:34:17 -0400 (Thu, 06 Sep 2007)
New Revision: 5905

Modified:
   plog/trunk/class/action/admin/adminlocationdisplayaction.class.php
   plog/trunk/class/action/admin/chooser/adminlocationchooseraction.class.php
Log:
Two small fixes to get the Google Maps stuff working again


Modified: plog/trunk/class/action/admin/adminlocationdisplayaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminlocationdisplayaction.class.php	2007-09-04 05:06:57 UTC (rev 5904)
+++ plog/trunk/class/action/admin/adminlocationdisplayaction.class.php	2007-09-06 20:34:17 UTC (rev 5905)
@@ -11,7 +11,7 @@
 			$this->AdminAction( $actionInfo, $request );
 		}
 		
-		function perform()
+		function performAjax()
 		{
 			$locs = new Locations();
 			if( $locId = $this->_request->getValue( "locId" )) {

Modified: plog/trunk/class/action/admin/chooser/adminlocationchooseraction.class.php
===================================================================
--- plog/trunk/class/action/admin/chooser/adminlocationchooseraction.class.php	2007-09-04 05:06:57 UTC (rev 5904)
+++ plog/trunk/class/action/admin/chooser/adminlocationchooseraction.class.php	2007-09-06 20:34:17 UTC (rev 5905)
@@ -10,7 +10,7 @@
 			$this->AdminAction( $actionInfo, $request );
 		}
 		
-		function perform()
+		function performAjax()
 		{
 			$this->_view = new AdminLocationChooserView( $this->_blogInfo );
 			$this->setCommonData();



More information about the pLog-svn mailing list