r42723 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42722‎ | r42723 | r42724 >
Date:09:30, 28 October 2008
Author:nad
Status:old
Tags:
Comment:
typo in object name
Modified paths:
  • /trunk/extensions/CSS/CSS.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CSS/CSS.php
@@ -64,7 +64,7 @@
6565 # Article?
6666 $title = Title::newFromText($css);
6767 if (is_object($title)) {
68 - $url = $tite->getLocalURL('action=raw&ctype=text/css');
 68+ $url = $title->getLocalURL('action=raw&ctype=text/css');
6969 $url = str_replace("&", "&", $url);
7070 }
7171 }

Status & tagging log