Author: sevein
Date: Fri Feb 10 11:42:29 2012
New Revision: 10847

Log:
During a recent Symfony vendor drop I removed this code accidentally, 
introduced by Jack in r8633 (issue 1804). Fixes issue 2202.

Modified:
   trunk/vendor/symfony/lib/widget/sfWidgetFormChoice.class.php

Modified: trunk/vendor/symfony/lib/widget/sfWidgetFormChoice.class.php
==============================================================================
--- trunk/vendor/symfony/lib/widget/sfWidgetFormChoice.class.php        Fri Feb 
10 11:38:28 2012        (r10846)
+++ trunk/vendor/symfony/lib/widget/sfWidgetFormChoice.class.php        Fri Feb 
10 11:42:29 2012        (r10847)
@@ -122,6 +122,11 @@
         $renderer->setOption('translate_choices', false);
     }
 
+    if (!$renderer->hasOption('expanded'))
+    {
+      $renderer->setOption('multiple', $this->getOption('multiple'));
+    }
+
     $renderer->setParent($this->getParent());
 
     return $renderer;

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.

Reply via email to