Changeset 21589 for branches/version-2_12-dev/data/class/SC_View.php
- Timestamp:
- 2012/03/04 22:25:28 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_View.php
r21583 r21589 57 57 $this->_smarty->register_function('sfIsHTTPS', array('SC_Utils_Ex', 'sfIsHTTPS')); 58 58 $this->_smarty->register_function('sfSetErrorStyle', array('SC_Utils_Ex', 'sfSetErrorStyle')); 59 $this->_smarty->register_function('printXMLDeclaration', array(' SC_Utils_Ex', 'printXMLDeclaration'));59 $this->_smarty->register_function('printXMLDeclaration', array('GC_Utils_Ex', 'printXMLDeclaration')); 60 60 $this->_smarty->default_modifiers = array('script_escape'); 61 61
Note: See TracChangeset
for help on using the changeset viewer.
