Umherirrender has uploaded a new change for review. https://gerrit.wikimedia.org/r/189107
Change subject: Add missing classes SurveyQuestionField and SurveyNameField to autoload ...................................................................... Add missing classes SurveyQuestionField and SurveyNameField to autoload Change-Id: I375ada7cd3699a7e1974883d4e4570a5ffcf9c66 --- M Survey.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Survey refs/changes/07/189107/1 diff --git a/Survey.php b/Survey.php index 6cdff84..d758246 100644 --- a/Survey.php +++ b/Survey.php @@ -64,6 +64,8 @@ $wgAutoloadClasses['SurveyTag'] = dirname( __FILE__ ) . '/includes/SurveyTag.php'; $wgAutoloadClasses['SpecialSurvey'] = dirname( __FILE__ ) . '/specials/SpecialSurvey.php'; +$wgAutoloadClasses['SurveyQuestionField'] = dirname( __FILE__ ) . '/specials/SpecialSurvey.php'; +$wgAutoloadClasses['SurveyNameField'] = dirname( __FILE__ ) . '/specials/SpecialSurvey.php'; $wgAutoloadClasses['SpecialSurveyPage'] = dirname( __FILE__ ) . '/specials/SpecialSurveyPage.php'; $wgAutoloadClasses['SpecialSurveys'] = dirname( __FILE__ ) . '/specials/SpecialSurveys.php'; $wgAutoloadClasses['SpecialSurveyStats'] = dirname( __FILE__ ) . '/specials/SpecialSurveyStats.php'; -- To view, visit https://gerrit.wikimedia.org/r/189107 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I375ada7cd3699a7e1974883d4e4570a5ffcf9c66 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Survey Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
