Skip to content

Commit 1c72701

Browse files
authored
missing return
1 parent 7cfa780 commit 1c72701

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

system/Database/BaseBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,6 +2504,7 @@ protected function trackAliases($table)
25042504
{
25052505
$this->trackAliases($t);
25062506
}
2507+
return;
25072508
}
25082509

25092510
// Does the string contain a comma? If so, we need to separate

0 commit comments

Comments
 (0)