Wed Nov 2 19:17:08 2005

Ticket #1521 (Closed: fixed)

Article::copy() returns original article, not the copy


Priority: normal Reporter: paul
Severity: minor Assigned to: paul
Component: API Status: closed
Version: 2.3.0 Resolution: fixed
Milestone: 2.4.0 Keywords:  

Description by paul:

The Article::copy() function returns the original article and not the copy. This could be bad if anything uses the returned value thinking that it is the copy.

Changelog

Wed Nov 2 21:10:45 2005: Modified by paul

  • resolution set to fixed
  • status changed from new to closed

I determined that this doesnt have any detrimental effects on the 2.3 branch (in fact, it was designed that way on purpose). Fixed in changeset:4082 .