Skip to content

Commit fdf2e7b

Browse files
authored
Merge pull request #1923 from titounnes/patch-10
missing return
2 parents 7cfa780 + 1c72701 commit fdf2e7b

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)