r60966 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60965‎ | r60966 | r60967 >
Date:12:24, 12 January 2010
Author:jojo
Status:ok
Tags:
Comment:
typo fix
Modified paths:
  • /trunk/extensions/Collection/Collection.templates.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.templates.php
@@ -179,7 +179,7 @@
180180
181181 <?php
182182 $t = wfMsgForContent('coll-bookscategory');
183 - if ( !wfEmtpyMsg('coll-bookscategory', $t) && $t != '-') {
 183+ if ( !wfEmptyMsg('coll-bookscategory', $t) && $t != '-') {
184184 $this->msgWiki('coll-save_category');
185185 }
186186 ?>

Status & tagging log