Author: sevein
Date: Wed Dec 29 04:40:02 2010
New Revision: 8910
Log:
Remove unnecessary code.
Modified:
trunk/apps/qubit/modules/physicalobject/actions/deleteAction.class.php
Modified: trunk/apps/qubit/modules/physicalobject/actions/deleteAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/physicalobject/actions/deleteAction.class.php
Wed Dec 29 04:11:32 2010 (r8909)
+++ trunk/apps/qubit/modules/physicalobject/actions/deleteAction.class.php
Wed Dec 29 04:40:02 2010 (r8910)
@@ -41,8 +41,6 @@
$this->form->setValidator('next', new sfValidatorString);
$this->form->setWidget('next', new sfWidgetFormInputHidden);
- $this->form->bind($request->getGetParameters());
-
if ($request->isMethod('delete'))
{
$this->form->bind($request->getPostParameters());
--
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.