Timeline & Clean Blog: removed reference from function
https://board.s9y.org/viewtopic.php?f=3&t=24074
This commit is contained in:
parent
ef557fbb6a
commit
368dca4379
@ -55,7 +55,7 @@ function distanceOfTimeInWords($fromTime, $toTime = 0) {
|
||||
// call from tpl as {elapsed_time_words from_time=$comment.timestamp}
|
||||
$serendipity['smarty']->register_function('elapsed_time_words', 'timeAgoInWords');
|
||||
|
||||
function timeAgoInWords($params, &$smarty) {
|
||||
function timeAgoInWords($params, $smarty) {
|
||||
return distanceOfTimeInWords($params['from_time'], time());
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: Clean Blog
|
||||
Author: s9y theme by Don Chambers. Original bootstrap theme by Iron Summit Media Strategies, LLC.
|
||||
Date: 2018-04-09
|
||||
Date: 2018-09-06
|
||||
Require Serendipity: 2.0
|
||||
Backend: No
|
||||
Recommended: Yes
|
@ -78,7 +78,7 @@ function distanceOfTimeInWords($fromTime, $toTime = 0) {
|
||||
// call from tpl as {elapsed_time_words from_time=$comment.timestamp}
|
||||
$serendipity['smarty']->register_function('elapsed_time_words', 'timeAgoInWords');
|
||||
|
||||
function timeAgoInWords($params, &$smarty) {
|
||||
function timeAgoInWords($params, $smarty) {
|
||||
return distanceOfTimeInWords($params['from_time'], time());
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: Timeline
|
||||
Author: Don Chambers
|
||||
Date: 2018-04-09
|
||||
Date: 2018-09-06
|
||||
Require Serendipity: 2.0
|
||||
Backend: No
|
||||
Recommended: Yes
|
Loading…
x
Reference in New Issue
Block a user