From 7f019151635e4db108409e7afe5cb15cc3982400 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 5 Feb 2006 22:59:53 +0000 Subject: [PATCH] Grrr...remove duplicate $, thanks Niklas --- includes/LogPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LogPage.php b/includes/LogPage.php index 8251ef4ac1..825e703c46 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -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' ) ) . ')'; -- 2.20.1