Development

#3172 ([sfPropelActAsSortableBehaviorPlugin][BUG])

You must first sign up to be able to contribute.

Ticket #3172 (new defect)

Opened 9 months ago

Last modified 1 month ago

[sfPropelActAsSortableBehaviorPlugin][BUG]

Reported by: jarod51 Assigned to: Kris.Wallsmith
Priority: major Milestone:
Component: sfPropelActAsSortableBehaviorPlugin Version: 1.0.6
Keywords: Cc:
Qualification: Unreviewed

Description

In the sfPropelActAsSortableBehavior class, preDelete function

$stmt->setInt(1, $object->getPosition());

should be

$stmt->setInt(1, self::getPosition($object));

Change History

10/31/08 19:28:51 changed by Kris.Wallsmith

  • owner changed from francois to Kris.Wallsmith.