Development

#3011 (BC broken in r7550)

You must first sign up to be able to contribute.

Ticket #3011 (closed defect: wontfix)

Opened 3 months ago

Last modified 2 weeks ago

BC broken in r7550

Reported by: Kris.Wallsmith Assigned to: xavier
Priority: minor Milestone:
Component: sfPropelActAsTaggablePlugin Version:
Keywords: Cc:
Qualification: Unreviewed

Description

Backward compatibility for the tag_cloud() helper function was broken in r7550. The following code worked as expected, prior to this revision:

<?php echo tag_cloud($tags, 'search/byTag?tag=') ?>

This code no longer works after r7550; it must be changed to:

<?php echo tag_cloud($tags, 'search/byTag?tag=%s') ?>

Notice the addition of %s.

Thanks, Kris

Change History

04/21/08 11:41:22 changed by xavier

Could you please propose a patch ?

xavier

05/10/08 03:27:25 changed by xavier

  • status changed from new to closed.
  • resolution set to wontfix.