The war on redundant ampersand usage!
[lhc/web/wiklou.git] / includes / Profiler.php
index b9e3d14..8485edb 100644 (file)
@@ -304,7 +304,7 @@ class Profiler {
                global $wguname, $wgProfilePerHost;
 
                $fname = 'Profiler::logToDB';
-               $dbw = wfGetDB(DB_MASTER);
+               $dbw = wfGetDB(DB_MASTER);
                if (!is_object($dbw))
                        return false;
                $errorState = $dbw->ignoreErrors( true );