jenkins-bot has submitted this change and it was merged.

Change subject: Added missing colon
......................................................................


Added missing colon

Added missing colong to SemanticForms.php line 96.

Change-Id: I902b0722d9dbcc0ff0cdb20deffe2e7418d3ae11
---
M SemanticForms.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yaron Koren: Checked; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/SemanticForms.php b/SemanticForms.php
index c0a51e7..21e80c8 100644
--- a/SemanticForms.php
+++ b/SemanticForms.php
@@ -93,7 +93,7 @@
 $wgHooks['PageSchemasRegisterHandlers'][] = 'SFPageSchemas::registerClass';
 $wgHooks['EditPage::importFormData'][] = 'SFUtils::showFormPreview';
 $wgHooks['CanonicalNamespaces'][] = 'SFUtils::registerNamespaces';
-$wgHooks['UnitTestsList'][] = 'SFUtils:onUnitTestsList';
+$wgHooks['UnitTestsList'][] = 'SFUtils::onUnitTestsList';
 
 // Using UnknownAction is deprecated from MW 1.18 onwards.
 if ( version_compare( $wgVersion, '1.18', '<' ) ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I902b0722d9dbcc0ff0cdb20deffe2e7418d3ae11
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Himeshi <[email protected]>
Gerrit-Reviewer: Yaron Koren <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to