Split parser related files to have one class in one file
[lhc/web/wiklou.git] / includes / ProtectionForm.php
index 0e18e46..7972a1e 100644 (file)
@@ -623,9 +623,8 @@ class ProtectionForm {
         * Show protection long extracts for this page
         *
         * @param OutputPage $out
-        * @private
         */
-       function showLogExtract( OutputPage $out ) {
+       private function showLogExtract( OutputPage $out ) {
                # Show relevant lines from the protection log:
                $protectLogPage = new LogPage( 'protect' );
                $out->addHTML( Xml::element( 'h2', null, $protectLogPage->getName()->text() ) );