Author: Russ
Date: 2010-03-18 16:38:47 +0100 (Thu, 18 Mar 2010)
New Revision: 28609
Modified:
plugins/sfDoctrinePlugin/branches/1.3-2.0/lib/widget/sfWidgetFormDoctrineSelect.class.php
Log:
[1.4][sfDoctrine2Plugin] Fix syntax error
Modified:
plugins/sfDoctrinePlugin/branches/1.3-2.0/lib/widget/sfWidgetFormDoctrineSelect.class.php
===================================================================
---
plugins/sfDoctrinePlugin/branches/1.3-2.0/lib/widget/sfWidgetFormDoctrineSelect.class.php
2010-03-18 15:00:05 UTC (rev 28608)
+++
plugins/sfDoctrinePlugin/branches/1.3-2.0/lib/widget/sfWidgetFormDoctrineSelect.class.php
2010-03-18 15:38:47 UTC (rev 28609)
@@ -81,7 +81,7 @@
$a = $this->getOption('alias');
$qb = null === $this->getOption('query')
- ? $this->em->createQueryBuilder()->from($this->getOption('model')), $a)
+ ? $this->em->createQueryBuilder()->from($this->getOption('model'), $a)
: $this->getOption('query');
if ($order = $this->getOption('order_by'))
--
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.