Continued:
- ops, another rebase-leftover fixed Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
058f30d982
commit
cbe12eba76
|
@ -1251,8 +1251,6 @@ 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 New Issue
Block a user