Development

#3315 (to correct a bug in the helper with the function url_for('cryptographp/index'))

You must first sign up to be able to contribute.

Ticket #3315 (new defect)

Opened 3 months ago

to correct a bug in the helper with the function url_for('cryptographp/index')

Reported by: oloynet Assigned to: Leo.Cacheux
Priority: minor Milestone: plugins
Component: sfCryptographpPlugin Version: 1.0.12
Keywords: Cc:
Qualification: Unreviewed

Description

Hi,

I found this bug when I put the suffix .html (setting.yml) and you can't reload the cryptographp image.

url_for('cryptographp/index?id=')."

replace by

url_for('cryptographp/index')."?id=

also I correct a HTML bug, end tag for "img" omitted

Olivier

Attachments

CryptographpHelper.php (0.7 kB) - added by oloynet on 04/11/08 15:37:03.

Change History

04/11/08 15:37:03 changed by oloynet

  • attachment CryptographpHelper.php added.