Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/69012


Change subject: Remove non-existing class from autoloader
......................................................................

Remove non-existing class from autoloader

Change-Id: I1bef84d7e9d4acefc39a1140ea6fc64cea5710d5
---
M includes/Setup.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticMediaWiki 
refs/changes/12/69012/1

diff --git a/includes/Setup.php b/includes/Setup.php
index d9410f0..edc5c49 100644
--- a/includes/Setup.php
+++ b/includes/Setup.php
@@ -260,7 +260,6 @@
        $wgAutoloadClasses['SMWSQLStore3SpecialPageHandlers']  = $stoDirSQL . 
'SMW_SQLStore3_SpecialPageHandlers.php';
        $wgAutoloadClasses['SMWSQLStore3SetupHandlers']        = $stoDirSQL . 
'SMW_SQLStore3_SetupHandlers.php';
        $wgAutoloadClasses['SMWDataItemHandler']              = $stoDirSQL . 
'SMW_DataItemHandler.php';
-       $wgAutoloadClasses['SMWDIHandlerProperty']            = $stoDirSQL . 
'SMW_DIHandler_Property.php';
        $wgAutoloadClasses['SMWDIHandlerBoolean']             = $stoDirSQL . 
'SMW_DIHandler_Bool.php';
        $wgAutoloadClasses['SMWDIHandlerNumber']              = $stoDirSQL . 
'SMW_DIHandler_Number.php';
        $wgAutoloadClasses['SMWDIHandlerBlob']                = $stoDirSQL . 
'SMW_DIHandler_Blob.php';

-- 
To view, visit https://gerrit.wikimedia.org/r/69012
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1bef84d7e9d4acefc39a1140ea6fc64cea5710d5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to