Skip to content

Commit cec84c1

Browse files
committed
Better fix for #435
1 parent 5dfe4ff commit cec84c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Tqdev/PhpCrudApi/Database/GenericDB.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ public function selectAll(ReflectedTable $table, array $columnNames, Condition $
192192
if ($limit == 0) {
193193
return array();
194194
}
195-
if (!$columnOrdering) {
196-
return $this->selectAllUnordered($table, $columnNames, $condition);
197-
}
198195
$selectColumns = $this->columns->getSelect($table, $columnNames);
199196
$tableName = $table->getName();
200197
$condition = $this->addAuthorizationCondition($condition);

0 commit comments

Comments
 (0)