Development

#2260 (The 'secure' action template throws an sfViewException.)

You must first sign up to be able to contribute.

Ticket #2260 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

The 'secure' action template throws an sfViewException.

Reported by: Marcos.Gois Assigned to: fabien
Priority: major Milestone:
Component: sfGuardPlugin Version: 1.0.7
Keywords: Cc:
Qualification:

Description

The 'secure' action template throws an sfViewException.

The problem is caused by the line:

<?php use_helper('i18n');?>

Changing i18n to upper case solves the problem:

<?php use_helper('I18N');?>

Change History

09/19/07 20:00:56 changed by Marcos.Gois

  • priority changed from minor to major.

09/19/07 20:31:34 changed by fabien

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