r94870 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94869‎ | r94870 | r94871 >
Date:06:06, 18 August 2011
Author:nad
Status:deferred
Tags:
Comment:
oops "1" not "yes"
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -307,7 +307,7 @@
308308 if( $groupby ) $groupby = self::split( $groupby, ',' );
309309
310310 $type = $this->type;
311 - $id = ($sortable && $sortable != 'yes') ? " id=\"$sortable\"" : "";
 311+ $id = ($sortable && $sortable != 1) ? " id=\"$sortable\"" : "";
312312 $sortable = $sortable ? " sortable" : "";
313313 $br = $sortable ? "<br />" : "";
314314 $format = $wgRequest->getText( 'export' );

Status & tagging log