Umherirrender has uploaded a new change for review.

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

Change subject: Add missing classes to autoload
......................................................................

Add missing classes to autoload

Classes are:
- JsonDataException
- JsonDataUnknownTagException
- TreeRef
- JsonSchemaException
- JsonUtil
- JsonSchemaIndex

Change-Id: I39272f8d4c56998686718b17635d5d5b1097df28
---
M JsonData.php
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/JsonData 
refs/changes/01/198501/1

diff --git a/JsonData.php b/JsonData.php
index 0b44c8e..00a6481 100644
--- a/JsonData.php
+++ b/JsonData.php
@@ -23,7 +23,13 @@
 $wgExtensionMessagesFiles['JsonData'] = __DIR__ . '/JsonData.i18n.php';
 $wgAutoloadClasses['JsonDataHooks'] = __DIR__ . '/JsonData.hooks.php';
 $wgAutoloadClasses['JsonData'] = __DIR__ . '/JsonData_body.php';
+$wgAutoloadClasses['JsonDataException'] = __DIR__ . '/JsonData_body.php';
+$wgAutoloadClasses['JsonDataUnknownTagException'] = __DIR__ . 
'/JsonData_body.php';
 $wgAutoloadClasses['JsonTreeRef'] = __DIR__ . '/JsonSchema.php';
+$wgAutoloadClasses['TreeRef'] = __DIR__ . '/JsonSchema.php';
+$wgAutoloadClasses['JsonSchemaException'] = __DIR__ . '/JsonSchema.php';
+$wgAutoloadClasses['JsonUtil'] = __DIR__ . '/JsonSchema.php';
+$wgAutoloadClasses['JsonSchemaIndex'] = __DIR__ . '/JsonSchema.php';
 $wgAutoloadClasses['JsonDataMarkup'] = __DIR__ . '/JsonDataMarkup.php';
 
 $wgHooks['BeforePageDisplay'][] = 'JsonDataHooks::beforePageDisplay';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I39272f8d4c56998686718b17635d5d5b1097df28
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/JsonData
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to