aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-01 17:54:12 -0700
committerfriendica <info@friendica.com>2014-05-01 17:54:12 -0700
commitb666aca5c39216270d3ba81b73cdb15d142cf20f (patch)
tree755ca67c6bc2067824bb222cacfc3f78ed76df62 /include/widgets.php
parentf5ce16e5bbb5657e9d2d82c6ed9647e2cf99bcce (diff)
downloadvolse-hubzilla-b666aca5c39216270d3ba81b73cdb15d142cf20f.tar.gz
volse-hubzilla-b666aca5c39216270d3ba81b73cdb15d142cf20f.tar.bz2
volse-hubzilla-b666aca5c39216270d3ba81b73cdb15d142cf20f.zip
bring the posted-date selector widget up to date. There are no longer two different styles.
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 678fed833..1b0e140c0 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -313,7 +313,7 @@ function widget_archive($arr) {
$url = z_root() . '/' . $a->cmd;
- $ret = posted_dates($uid,$wall);
+ $ret = list_post_dates($uid,$wall);
if(! count($ret))
return '';