r89535 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89534‎ | r89535 | r89536 >
Date:21:09, 5 June 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
attempt to fix factbox issue reported on mailing list
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php
@@ -331,7 +331,7 @@
332332 '_MDAT' => array( '_dat', false ), // "modification date"
333333 '_ERRP' => array( '_wpp', false ), // "has improper value for"
334334 '_LIST' => array( '__pls', true ), // "has fields"
335 - '_SKEY' => array( '__key', true ), // sort key of a page
 335+ '_SKEY' => array( '__key', false ), // sort key of a page
336336 '_SF_DF' => array( '__spf', true ), // Semantic Form's default form property
337337 '_SF_AF' => array( '__spf', true ), // Semantic Form's alternate form property
338338 );