diff options
author | friendica <info@friendica.com> | 2014-05-01 17:54:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-01 17:54:12 -0700 |
commit | b666aca5c39216270d3ba81b73cdb15d142cf20f (patch) | |
tree | 755ca67c6bc2067824bb222cacfc3f78ed76df62 /include | |
parent | f5ce16e5bbb5657e9d2d82c6ed9647e2cf99bcce (diff) | |
download | volse-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')
-rw-r--r-- | include/widgets.php | 2 |
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 ''; |