bring the posted-date selector widget up to date. There are no longer two different styles.

This commit is contained in:
friendica
2014-05-01 17:54:12 -07:00
parent f5ce16e5bb
commit b666aca5c3
3 changed files with 13 additions and 10 deletions

View File

@@ -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 '';