Reedy has submitted this change and it was merged.

Change subject: (bug 45496) Fix class name
......................................................................


(bug 45496) Fix class name

Change-Id: Ib12ec344077b3fadfef776367acebf67da340b97
---
M includes/TimelineGroup.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Reedy: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/TimelineGroup.php b/includes/TimelineGroup.php
index 49abb8d..e9fcae3 100644
--- a/includes/TimelineGroup.php
+++ b/includes/TimelineGroup.php
@@ -62,7 +62,7 @@
                        'edit-' . NS_USER_TALK => '\EducationProgram\EditGroup',
                );
 
-               $class = array_key_exists( $type, $typeMap ) ? $typeMap[$type] 
: 'UnknownGroup';
+               $class = array_key_exists( $type, $typeMap ) ? $typeMap[$type] 
: '\EducationProgram\UnknownGroup';
 
                return new $class( $events, $context );
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib12ec344077b3fadfef776367acebf67da340b97
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Platonides <[email protected]>
Gerrit-Reviewer: Ragesoss <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to