Merge "Add attributes to the Parsoid-only tests."
[lhc/web/wiklou.git] / thumb.php
index 669d87e..04ba29c 100644 (file)
--- a/thumb.php
+++ b/thumb.php
@@ -22,7 +22,7 @@
  */
 
 define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
-require( __DIR__ . '/includes/WebStart.php' );
+require __DIR__ . '/includes/WebStart.php';
 
 // Don't use fancy mime detection, just check the file extension for jpg/gif/png
 $wgTrivialMimeDetection = true;