From: Roland Häder Date: Thu, 3 May 2018 00:17:16 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8bc565be744f04c767fd1038c1bf3c07f9e3e55e;p=friendica.git Continued: - ops, another rebase-leftover fixed Signed-off-by: Roland Häder --- diff --git a/mod/photos.php b/mod/photos.php index 32d52c6489..15dbad7fa7 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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';