r75625 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75624‎ | r75625 | r75626 >
Date:19:58, 28 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r75624 - removed debug stuff
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/SMW_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/SMW_Settings.php
@@ -24,7 +24,7 @@
2525 # of your wiki). No final slash.
2626 ##
2727 $smwgScriptPath = (
28 - ( /*version_compare( $wgVersion, '1.16', '>=' ) && */isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath )
 28+ ( version_compare( $wgVersion, '1.16', '>=' ) && isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath )
2929 ? $wgExtensionAssetsPath : $wgScriptPath . '/extensions'
3030 ) . '/SemanticMediaWiki';
3131 ##

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75624Added method that allows SMW extensions to also load resource modulesjeroendedauw19:57, 28 October 2010

Status & tagging log