Apply live hack from Wikimedia code base: profiling point around SVN version lookup
[lhc/web/wiklou.git] / includes / Parser_DiffTest.php
index e4a9362..754434a 100644 (file)
@@ -18,7 +18,7 @@ class Parser_DiffTest
                foreach ( $this->conf['parsers'] as $i => $parserConf ) {
                        if ( !is_array( $parserConf ) ) {
                                $class = $parserConf;
-                               $parserconf = array( 'class' => $parserConf );
+                               $parserConf = array( 'class' => $parserConf );
                        } else {
                                $class = $parserConf['class'];
                        }