* Abstracted table locks in maintenance/updateSearchIndex.php
[lhc/web/wiklou.git] / includes / db / DatabaseMysql.php
index 4042546..48b21a2 100644 (file)
@@ -348,7 +348,7 @@ class DatabaseMysql extends DatabaseBase {
 
                foreach( $write as $table ) {
                        $tbl = $this->tableName( $table ) . 
-                                       $lowPriority ? ' LOW_PRIORITY' : '' . 
+                                       ( $lowPriority ? ' LOW_PRIORITY' : '' ) . 
                                        ' WRITE';
                        $items[] = $tbl;
                }