Skip to content

Commit 74045be

Browse files
committed
small code improvement
1 parent addb094 commit 74045be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ protected function getParameters($settings) {
19081908
// reflection
19091909
list($tables,$collect,$select) = $this->findRelations($tables,$database,$auto_include);
19101910
$allFields = $this->findFields($tables,$database);
1911-
$fields = $this->limitFields($allFields,$columns,$exclude,$select,$database);
1911+
$fields = $this->limitFields($allFields,$columns,$exclude,$select);
19121912

19131913
// permissions
19141914
if ($table_authorizer) $this->applyTableAuthorizer($table_authorizer,$action,$database,$tables);

0 commit comments

Comments
 (0)