Author: Jonathan.Wage
Date: 2010-02-01 20:31:13 +0100 (Mon, 01 Feb 2010)
New Revision: 27392

Modified:
   plugins/sfSympalPlugin/trunk/lib/sfSympalPluginEnabler.class.php
Log:
[1.4][sfSympalPlugin][1.0] Removing old method


Modified: plugins/sfSympalPlugin/trunk/lib/sfSympalPluginEnabler.class.php
===================================================================
--- plugins/sfSympalPlugin/trunk/lib/sfSympalPluginEnabler.class.php    
2010-02-01 18:43:33 UTC (rev 27391)
+++ plugins/sfSympalPlugin/trunk/lib/sfSympalPluginEnabler.class.php    
2010-02-01 19:31:13 UTC (rev 27392)
@@ -44,30 +44,6 @@
     $this->enableSympalCorePlugins(sfSympalPluginConfiguration::$dependencies);
   }
 
-  public function enableFrontendPlugins()
-  {
-    if (!$this->isSympalEnabled())
-    {
-      return false;
-    }
-
-    $this->_configuration->enablePlugins('sfDoctrinePlugin');
-    $this->_configuration->enablePlugins('sfSympalPlugin');
-    $this->_configuration->setPluginPath('sfSympalPlugin', 
$this->_sympalPluginPath);
-
-    $this->enableSympalCorePlugins(array(
-      'sfDoctrineGuardPlugin',
-      'sfFeed2Plugin',
-      'sfWebBrowserPlugin',
-      'sfSympalMenuPlugin',
-      'sfSympalPagesPlugin',
-      'sfSympalContentListPlugin',
-      'sfSympalDataGridPlugin',
-      'sfSympalUserPlugin',
-      'sfSympalRenderingPlugin',
-    ));
-  }
-
   public function enableSympalCorePlugins($plugins)
   {
     foreach ((array) $plugins as $plugin)

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to