Author: Jonathan.Wage
Date: 2010-01-12 18:23:04 +0100 (Tue, 12 Jan 2010)
New Revision: 26542

Modified:
   
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php
Log:
[1.4][sfSympalPlugin][1.0] Fixing default content template


Modified: 
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php 
    2010-01-12 17:18:41 UTC (rev 26541)
+++ 
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php 
    2010-01-12 17:23:04 UTC (rev 26542)
@@ -516,7 +516,7 @@
     {
       $template = $templates[$template]['template'];
     }
-    $template = $template ? $template : 'default_view';
+    $template = $template ? $template : 
'sympal_default/default_content_template';
     return $template;
   }
 

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