Author: weaverryan
Date: 2010-02-07 21:44:55 +0100 (Sun, 07 Feb 2010)
New Revision: 27669
Modified:
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/lib/Basesympal_blogActions.class.php
Log:
[1.4][sfSympalBlogPlugin][1.0] Fixing bad function call
Modified:
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/lib/Basesympal_blogActions.class.php
===================================================================
---
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/lib/Basesympal_blogActions.class.php
2010-02-07 20:25:39 UTC (rev 27668)
+++
plugins/sfSympalBlogPlugin/branches/1.4/modules/sympal_blog/lib/Basesympal_blogActions.class.php
2010-02-07 20:44:55 UTC (rev 27669)
@@ -12,7 +12,7 @@
{
public function executeMonth($request)
{
- $this->menuItem =
Doctrine::getTable('sfSympalMenuItem')->getForSlug('blog');
+ $this->menuItem =
Doctrine::getTable('sfSympalMenuItem')->findOneBySlug('blog');
$this->month = $request->getParameter('m');
$this->year = $request->getParameter('y');
$this->pager =
Doctrine::getTable('sfSympalBlogPost')->retrieveBlogMonth($this->month,
$this->year);
--
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.