Skip to content

Commit dd88ae2

Browse files
committed
fix
1 parent 06a3582 commit dd88ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/tagitem.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public static function showForTag(PluginTagTag $tag)
300300
] + getEntitiesRestrictCriteria($itemtable, '', '', $item->maybeRecursive()),
301301
];
302302

303-
if ($column !== '' && $column !== '0') {
303+
if (!empty($column)) {
304304
$criteria['ORDERBY'] = [
305305
$itemtable . '.' . $column,
306306
];

0 commit comments

Comments
 (0)