* PHP 5.3.0 compatibility without E_WARNING triggers (garvinhicking)
This commit is contained in:
@ -839,7 +839,7 @@ function serendipity_smarty_getImageSize($params, &$smarty) {
|
||||
* @param object Smarty object
|
||||
* @return
|
||||
*/
|
||||
function &serendipity_replaceSmartyVars(&$tpl_source, &$smarty) {
|
||||
function &serendipity_replaceSmartyVars($tpl_source, &$smarty) {
|
||||
$tpl_source = str_replace('$CONST.', '$smarty.const.', $tpl_source);
|
||||
return $tpl_source;
|
||||
}
|
||||
|
Reference in New Issue
Block a user