Nikerabbit has uploaded a new change for review. https://gerrit.wikimedia.org/r/69013
Change subject: Remove non-existing class from autoloader ...................................................................... Remove non-existing class from autoloader Change-Id: I5fa029b9222f1bb4a4e0fe181b142afda2c8d66c --- M SemanticForms.php 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms refs/changes/13/69013/1 diff --git a/SemanticForms.php b/SemanticForms.php index 2630923..007b80b 100644 --- a/SemanticForms.php +++ b/SemanticForms.php @@ -147,7 +147,6 @@ $wgAutoloadClasses['SFFormField'] = $sfgIP . '/includes/SF_FormField.php'; $wgAutoloadClasses['SFFormPrinter'] = $sfgIP . '/includes/SF_FormPrinter.php'; $wgAutoloadClasses['SFFormUtils'] = $sfgIP . '/includes/SF_FormUtils.php'; -$wgAutoloadClasses['SFFormEditTab'] = $sfgIP . '/includes/SF_FormEditTab.php'; $wgAutoloadClasses['SFFormEditPage'] = $sfgIP . '/includes/SF_FormEditPage.php'; $wgAutoloadClasses['SFUtils'] = $sfgIP . '/includes/SF_Utils.php'; $wgAutoloadClasses['SFFormLinker'] = $sfgIP . '/includes/SF_FormLinker.php'; -- To view, visit https://gerrit.wikimedia.org/r/69013 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5fa029b9222f1bb4a4e0fe181b142afda2c8d66c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticForms Gerrit-Branch: master Gerrit-Owner: Nikerabbit <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
