From b666aca5c39216270d3ba81b73cdb15d142cf20f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 1 May 2014 17:54:12 -0700 Subject: bring the posted-date selector widget up to date. There are no longer two different styles. --- include/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/widgets.php') 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 ''; -- cgit v1.2.3