summaryrefslogtreecommitdiff
path: root/includes/database/select.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/database/select.inc')
-rw-r--r--includes/database/select.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/select.inc b/includes/database/select.inc
index f4094a26e..e34f63c05 100644
--- a/includes/database/select.inc
+++ b/includes/database/select.inc
@@ -1228,7 +1228,7 @@ class SelectQuery extends Query implements SelectQueryInterface {
case '':
$type = 'UNION';
break;
-
+
case 'ALL':
$type = 'UNION ALL';
default: