r66483 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66482‎ | r66483 | r66484 >
Date:17:52, 15 May 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r66478 - fixed upper case letter in filename
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php
@@ -10,4 +10,4 @@
1111 * @author Jeroen De Dauw
1212 */
1313
14 -require_once dirname( __FILE__ ) . '/../SMW_settings.php';
\ No newline at end of file
 14+require_once dirname( __FILE__ ) . '/../SMW_Settings.php';
\ No newline at end of file
Index: trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php
@@ -15,4 +15,4 @@
1616 * @defgroup SMW Semantic MediaWiki
1717 */
1818
19 -require_once dirname( __FILE__ ) . '/SMW_settings.php';
\ No newline at end of file
 19+require_once dirname( __FILE__ ) . '/SMW_Settings.php';
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66478Changes for 1.5.1 - Moved entry point and settings file to conform with MW co...jeroendedauw17:03, 15 May 2010

Status & tagging log