r114153 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114152‎ | r114153 | r114154 >
Date:16:50, 19 March 2012
Author:van-de-bugger
Status:ok
Tags:
Comment:
Follow-up to r114069: spce indentation fixed to tab.
Modified paths:
  • /trunk/extensions/SemanticTitle/SemanticTitle.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticTitle/SemanticTitle.class.php
@@ -144,7 +144,7 @@
145145 if ( ! isset( $egSemanticTitle[ $ns ] ) ) {
146146 return true;
147147 }; // if
148 - $name = $egSemanticTitle[ $ns ];
 148+ $name = $egSemanticTitle[ $ns ];
149149 $props = $data->getProperties();
150150 if ( ! isset( $props[ $name ] ) ) {
151151 return true;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114069SemanticTitle: New hook implemented to eliminate need in DEFAULTSORT, but not...van-de-bugger21:05, 17 March 2012

Status & tagging log