update
This commit is contained in:
6
core/plugins/Smarty/modifier.saveInput.php
Normal file
6
core/plugins/Smarty/modifier.saveInput.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
function smarty_modifier_saveinput($string, $type = 'input') {
|
||||
return Utils::SaveInput($string, $type);
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user