From cbe12eba76d90f4498e06138dd8c6f3440d55bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Thu, 3 May 2018 02:17:16 +0200 Subject: [PATCH] Continued: - ops, another rebase-leftover fixed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- mod/photos.php | 2 -- 1 file changed, 2 deletions(-) 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';