Development

#3358 (correct sfPropelActAsCountableBehavior $this->getId to $this->getPrimaryKey)

You must first sign up to be able to contribute.

Ticket #3358 (new enhancement)

Opened 3 months ago

Last modified 3 months ago

correct sfPropelActAsCountableBehavior $this->getId to $this->getPrimaryKey

Reported by: aliel Assigned to: fabien
Priority: minor Milestone: plugins
Component: plugins Version: 1.0.12
Keywords: sfPropelActAsCountableBehavior Cc:
Qualification: Unreviewed

Description

Hello, there is a little bug for $object->getId() in /plugins/sfPropelActAsCountableBehaviorPlugin/tags/0.1/lib/model/sfCounterPeer.php line 93

product an error,

I propose use $this->getPrimaryKey()

Change History

05/04/08 09:09:22 changed by fabien

  • component changed from other to plugins.