mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
clean up unnecessary fallback to empty array
This commit is contained in:
parent
eb00eec5d0
commit
9180c293cb
@ -1958,7 +1958,7 @@ class BaseBuilder
|
||||
// If we've previously reset the QBOrderBy values, get them back
|
||||
elseif (! isset($this->QBOrderBy))
|
||||
{
|
||||
$this->QBOrderBy = $orderBy ?: [];
|
||||
$this->QBOrderBy = $orderBy;
|
||||
}
|
||||
|
||||
// Restore the LIMIT setting
|
||||
|
Loading…
x
Reference in New Issue
Block a user