r86672 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86671‎ | r86672 | r86673 >
Date:22:13, 21 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added warning when accessing via deprecated entry point
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Settings.php
@@ -10,4 +10,6 @@
1111 * @author Jeroen De Dauw
1212 */
1313
 14+wfWarn( 'Use of outdated SMW entry point. Use SemanticMediaWiki/SemanticMediaWiki.php instead of SemanticMediaWiki/includes/SMW_Setup.php' );
 15+
1416 require_once dirname( __FILE__ ) . '/../SMW_Settings.php';
\ No newline at end of file

Status & tagging log