Opps, cutted this out by accident ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
Tato revize je obsažena v:
Roland Häder 2017-03-25 15:06:54 +01:00 autor: Roland Häder
revize 2fd14eac70
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID klíče GPG: B72F8185C6C7BD78

Zobrazit soubor

@ -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';