Fix typo's in Smarty_Security class comment and documentation

This commit is contained in:
Uwe.Tews@googlemail.com
2014-10-01 17:15:24 +00:00
parent 68b83f591d
commit bbf0e42847

View File

@@ -79,7 +79,7 @@ class Smarty_Security
/**
* This is an array of trusted PHP modifiers.
* If empty all modifiers are allowed.
* To disable all modifier set $modifiers = null.
* To disable all modifier set $php_modifiers = null.
*
* @var array
*/