From 8bc565be744f04c767fd1038c1bf3c07f9e3e55e Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
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=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 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';
-- 
2.39.5