correct project configuration
authorymh <ymh.work@gmail.com>
Tue, 20 Apr 2010 11:09:13 +0200
changeset 67 445ed7755592
parent 66 38d569fca46f
child 68 7c693f70ac4f
correct project configuration
web/thdProject/config/ProjectConfiguration.class.php
--- a/web/thdProject/config/ProjectConfiguration.class.php	Tue Apr 20 10:26:29 2010 +0200
+++ b/web/thdProject/config/ProjectConfiguration.class.php	Tue Apr 20 11:09:13 2010 +0200
@@ -14,7 +14,7 @@
 {
   public function setup()
 	{
-	  	$this->enableAllPluginsExcept(array('sfPropelPlugin', 'sfCompat10Plugin', 'iriSonyenginePlugin', 'uvmcSolrSearchPlugin'));
+	  	$this->enableAllPluginsExcept(array('sfPropelPlugin', 'sfCompat10Plugin'));
 	}
 
   public function configureDoctrineConnection(Doctrine_Connection $conn) {