Himeshi has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms 
refs/changes/23/90523/1

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: newchange
Gerrit-Change-Id: I902b0722d9dbcc0ff0cdb20deffe2e7418d3ae11
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Himeshi <[email protected]>

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

Reply via email to