Grrr...remove duplicate $, thanks Niklas
authorRob Church <robchurch@users.mediawiki.org>
Sun, 5 Feb 2006 22:59:53 +0000 (22:59 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sun, 5 Feb 2006 22:59:53 +0000 (22:59 +0000)
includes/LogPage.php

index 8251ef4..825e703 100644 (file)
@@ -181,7 +181,7 @@ class LogPage {
                                                        break;
                                                case 'block':
                                                        if( substr( $title->getText(), 0, 1 ) == '#' ) {
-                                                               $titleLink = $$title->getText();
+                                                               $titleLink = $title->getText();
                                                        } else {
                                                                $titleLink = $skin->makeLinkObj( $title, $title->getText() );
                                                                $titleLink .= ' (' . $skin->makeKnownLinkObj( Title::makeTitle( NS_SPECIAL, 'Contributions/' . urlencode( $title->getDBkey() ) ), wfMsg( 'contribslink' ) ) . ')';