r86678 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86677‎ | r86678 | r86679 >
Date:22:56, 21 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
include new entry point instead of setup and add warning at the old entry point
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php
@@ -12,4 +12,4 @@
1313
1414 wfWarn( 'Use of outdated SMW entry point. Use SemanticMediaWiki/SemanticMediaWiki.php instead of SemanticMediaWiki/includes/SMW_Setup.php' );
1515
16 -require_once dirname( __FILE__ ) . '/../SMW_Settings.php';
\ No newline at end of file
 16+require_once dirname( __FILE__ ) . '/../SemanticMediaWiki.php';
\ No newline at end of file

Status & tagging log