Merge "Fix PostgreSQL patch-add-3d.sql by replacing it"
[lhc/web/wiklou.git] / includes / filerepo / FileRepo.php
index dc36e50..5005280 100644 (file)
@@ -1603,7 +1603,7 @@ class FileRepo {
                $params = [ 'src' => $path, 'headers' => $headers, 'options' => $optHeaders ];
 
                // T172851: HHVM does not flush the output properly, causing OOM
-               ob_start( NULL, 1048576 );
+               ob_start( null, 1048576 );
                ob_implicit_flush( true );
 
                $status = $this->newGood();