* PHP 5.3.0 compatibility without E_WARNING triggers (garvinhicking)
This commit is contained in:
parent
5444194a47
commit
a8d211724c
@ -3,6 +3,8 @@
|
|||||||
Version 1.5 ()
|
Version 1.5 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* PHP 5.3.0 compatibility without E_WARNING triggers (garvinhicking)
|
||||||
|
|
||||||
* Added 'orderby' parameter to plugin API hooks for the serendipity
|
* Added 'orderby' parameter to plugin API hooks for the serendipity
|
||||||
fulltext search function (garvinhicking)
|
fulltext search function (garvinhicking)
|
||||||
|
|
||||||
|
@ -839,7 +839,7 @@ function serendipity_smarty_getImageSize($params, &$smarty) {
|
|||||||
* @param object Smarty object
|
* @param object Smarty object
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
function &serendipity_replaceSmartyVars(&$tpl_source, &$smarty) {
|
function &serendipity_replaceSmartyVars($tpl_source, &$smarty) {
|
||||||
$tpl_source = str_replace('$CONST.', '$smarty.const.', $tpl_source);
|
$tpl_source = str_replace('$CONST.', '$smarty.const.', $tpl_source);
|
||||||
return $tpl_source;
|
return $tpl_source;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user