Umherirrender has uploaded a new change for review. https://gerrit.wikimedia.org/r/198530
Change subject: Add missing class SemEx\ShortQueryResultException to autoload ...................................................................... Add missing class SemEx\ShortQueryResultException to autoload Change-Id: I63ee587e9e08b8fb990f761e815f25e86d24a407 --- M SemanticExpressiveness.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticExpressiveness refs/changes/30/198530/1 diff --git a/SemanticExpressiveness.php b/SemanticExpressiveness.php index ca9d1ab..8d2b82f 100644 --- a/SemanticExpressiveness.php +++ b/SemanticExpressiveness.php @@ -64,6 +64,7 @@ $wgAutoloadClasses['SemEx\ShortQuery' ] = $incDir . 'ShortQuery.php'; $wgAutoloadClasses['SemEx\ShortQueryProcessor' ] = $incDir . 'ShortQueryProcessor.php'; $wgAutoloadClasses['SemEx\ShortQueryResult' ] = $incDir . 'ShortQueryResult.php'; +$wgAutoloadClasses['SemEx\ShortQueryResultException' ] = $incDir . 'ShortQueryResult.php'; $wgAutoloadClasses['SemEx\ShortQueryAbstractResult' ] = $incDir . 'ShortQueryAbstractResult.php'; $wgAutoloadClasses['SemEx\ShortQueryOutputOptions' ] = $incDir . 'ShortQueryOutputOptions.php'; $wgAutoloadClasses['SemEx\PFParamsBasedFactory' ] = $incDir . 'PFParamsBasedFactory.php'; -- To view, visit https://gerrit.wikimedia.org/r/198530 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I63ee587e9e08b8fb990f761e815f25e86d24a407 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticExpressiveness Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
