r110051 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110050‎ | r110051 | r110052 >
Date:09:24, 26 January 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r110049 - minor fix
Modified paths:
  • /trunk/extensions/EducationProgram/EducationProgram.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/EducationProgram.hooks.php
@@ -209,7 +209,7 @@
210210 $special = SpecialPageFactory::getLocalNameFor( $special );
211211 }
212212
213 - $identifier = $canonicalSet['view'] === 'Course' ? 'id' : 'name';
 213+ $identifier = 'name';
214214 $exists = $classes[$canonicalSet['view']]::has( array( $identifier => $textParts[1] ) );
215215
216216 $viewLinks['view'] = array(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110049some random work I did on the plane, mainly minor features or tweaksjeroendedauw09:17, 26 January 2012

Status & tagging log