mirror of
https://github.com/friendica/friendica
synced 2024-11-10 00:23:00 +00:00
Opps, cutted this out by accident ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
11dcb31960
commit
2fd14eac70
1 changed files with 2 additions and 0 deletions
|
@ -1251,6 +1251,8 @@ function photos_content(App $a)
|
|||
if (!Config::get('system', 'no_count', false)) {
|
||||
$order_field = defaults($_GET, 'order', '');
|
||||
if ($order_field === 'posted') {
|
||||
if (!Config::get('system', 'no_count', false)) {
|
||||
if ($_GET['order'] === 'posted') {
|
||||
$order = 'ASC';
|
||||
} else {
|
||||
$order = 'DESC';
|
||||
|
|
Loading…
Reference in a new issue