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 @@
11
11
* @author Jeroen De Dauw
12
12
*/
13
13
14
+wfWarn( 'Use of outdated SMW entry point. Use SemanticMediaWiki/SemanticMediaWiki.php instead of SemanticMediaWiki/includes/SMW_Setup.php' );
15
+
14
16
require_once dirname( __FILE__ ) . '/../SMW_Settings.php';
\ No newline at end of file
Status & tagging log
23:52, 21 April 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r86672
[
removed:
new
added:
deferred]