Author: Jonathan.Wage
Date: 2010-02-10 16:52:28 +0100 (Wed, 10 Feb 2010)
New Revision: 27818

Modified:
   
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php
Log:
[1.4][sfSympalPlugin][1.0] Fixing issue with slot creation


Modified: 
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php 
    2010-02-10 15:47:21 UTC (rev 27817)
+++ 
plugins/sfSympalPlugin/trunk/lib/model/doctrine/PluginsfSympalContent.class.php 
    2010-02-10 15:52:28 UTC (rev 27818)
@@ -156,6 +156,8 @@
     $contentSlotRef->content_id = $this->id;
     $contentSlotRef->save();
 
+    $this->_slotsByName[$slot->name] = $slot;
+
     return $contentSlotRef;
   }
 

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