[pLog-svn] r5319 - plugins/branches/lifetype-1.2/sitemap/class/view

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Apr 17 06:33:11 EDT 2007


Author: mark
Date: 2007-04-17 06:33:11 -0400 (Tue, 17 Apr 2007)
New Revision: 5319

Modified:
   plugins/branches/lifetype-1.2/sitemap/class/view/adminsitemappluginsettingsview.class.php
Log:
I forgot pass the site plugin object to plugin setting view.

Modified: plugins/branches/lifetype-1.2/sitemap/class/view/adminsitemappluginsettingsview.class.php
===================================================================
--- plugins/branches/lifetype-1.2/sitemap/class/view/adminsitemappluginsettingsview.class.php	2007-04-17 10:31:46 UTC (rev 5318)
+++ plugins/branches/lifetype-1.2/sitemap/class/view/adminsitemappluginsettingsview.class.php	2007-04-17 10:33:11 UTC (rev 5319)
@@ -24,6 +24,9 @@
 			$this->setValue( "pluginEnabled", $pluginEnabled );		
 			$this->setValue( "notifyGoogleEnabled", $notifyGoogle );
 			
+			$plugins = $this->_pm->getPlugins();
+			$this->setValue( 'sitemap', $plugins['sitemap'] );
+		
 			parent::render();
 		}
 	}



More information about the pLog-svn mailing list