http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99644

Revision: 99644
Author:   jeroendedauw
Date:     2011-10-12 19:03:01 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
Follow up to r99642; not actually a skin object...

Modified Paths:
--------------
    trunk/extensions/Contest/Contest.hooks.php

Modified: trunk/extensions/Contest/Contest.hooks.php
===================================================================
--- trunk/extensions/Contest/Contest.hooks.php  2011-10-12 19:00:24 UTC (rev 
99643)
+++ trunk/extensions/Contest/Contest.hooks.php  2011-10-12 19:03:01 UTC (rev 
99644)
@@ -168,7 +168,7 @@
         * 
         * @since 0.1
         * 
-        * @param Skin $skin
+        * @param $skin
         * @param Title $target
         * @param array $options
         * @param string $text
@@ -177,7 +177,7 @@
         * 
         * @return true
         */
-       public static function onLinkEnd( Skin $skin, Title $target, array 
$options, &$text, array &$attribs, &$ret ) {
+       public static function onLinkEnd( $skin, Title $target, array $options, 
&$text, array &$attribs, &$ret ) {
                if ( $GLOBALS['wgContestEmailParse'] ) {
                        $attribs['href'] = $target->getFullURL();
                }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to