Author: Jonathan.Wage
Date: 2010-01-14 23:13:26 +0100 (Thu, 14 Jan 2010)
New Revision: 26656

Modified:
   
plugins/sfSympalCommentsPlugin/branches/1.4/config/sfSympalCommentsPluginConfiguration.class.php
Log:
[1.4][sfSympalCommentsPlugin][1.0] Moving comments menu


Modified: 
plugins/sfSympalCommentsPlugin/branches/1.4/config/sfSympalCommentsPluginConfiguration.class.php
===================================================================
--- 
plugins/sfSympalCommentsPlugin/branches/1.4/config/sfSympalCommentsPluginConfiguration.class.php
    2010-01-14 22:05:39 UTC (rev 26655)
+++ 
plugins/sfSympalCommentsPlugin/branches/1.4/config/sfSympalCommentsPluginConfiguration.class.php
    2010-01-14 22:13:26 UTC (rev 26656)
@@ -33,7 +33,7 @@
     if (sfSympalConfig::get('sfSympalCommentsPlugin', 'installed', false) && 
sfSympalConfig::get('sfSympalCommentsPlugin', 'enabled'))
     {
       $commentTable = Doctrine::getTable('sfSympalComment')->getNumPending();
-      $menu->getChild('Administration')->addChild('Comments 
('.$commentTable.')', '@sympal_comments');
+      $menu->getChild('Content')->addChild('Comments ('.$commentTable.')', 
'@sympal_comments');
     }
   }
 

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