Revert unintended change in r59666
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 2 Dec 2009 16:29:40 +0000 (16:29 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 2 Dec 2009 16:29:40 +0000 (16:29 +0000)
includes/EditPage.php

index d9f6a09..e8867a5 100644 (file)
@@ -1541,7 +1541,7 @@ END
                if ( $userInputAttrs )
                        $inputAttrs += $userInputAttrs;
                $spanLabelAttrs = array(
-                       'class' => @$summaryClass,
+                       'class' => $summaryClass,
                        'id' => "wpSummaryLabel"
                );
                if ( is_array($userSpanLabelAttrs) )