Author: Mozzy
Date: 2010-01-12 13:23:20 +0100 (Tue, 12 Jan 2010)
New Revision: 26526

Modified:
   
plugins/sfFlexymfonyPlugin/trunk/lib/task/sfFlexymfonyGenerateAppTask.class.php
Log:
Set aliases field to empty array for compatability with sf 1.3 and 1.2

Modified: 
plugins/sfFlexymfonyPlugin/trunk/lib/task/sfFlexymfonyGenerateAppTask.class.php
===================================================================
--- 
plugins/sfFlexymfonyPlugin/trunk/lib/task/sfFlexymfonyGenerateAppTask.class.php 
    2010-01-12 12:00:18 UTC (rev 26525)
+++ 
plugins/sfFlexymfonyPlugin/trunk/lib/task/sfFlexymfonyGenerateAppTask.class.php 
    2010-01-12 12:23:20 UTC (rev 26526)
@@ -8,6 +8,7 @@
                $this->namespace = 'generate';
                $this->name = 'flexymfony-app';
                $this->briefDescription = 'Generates a new Flexymfony 
application';
+               $this->aliases = array();
        }
 
        protected function execute($arguments = array(), $options = array())

-- 
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