Pwirth has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/397482 )

Change subject: Fix namespace on thrown exception
......................................................................


Fix namespace on thrown exception

Change-Id: I7ecfd0720597831d254b03df54c6b76fcc9896f5
---
M src/Generator.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Pwirth: Verified; Looks good to me, approved



diff --git a/src/Generator.php b/src/Generator.php
index 01dbfdb..8ceef44 100644
--- a/src/Generator.php
+++ b/src/Generator.php
@@ -51,7 +51,7 @@
                                        );
                                        break;
                                default:
-                                       throw new MWException(
+                                       throw new \MWException(
                                                'FATAL: Avatar generator not 
found!'
                                        );
                        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7ecfd0720597831d254b03df54c6b76fcc9896f5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceAvatars
Gerrit-Branch: master
Gerrit-Owner: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: Ljonka <l.verhovs...@gmail.com>
Gerrit-Reviewer: Mglaser <gla...@hallowelt.biz>
Gerrit-Reviewer: Pwirth <wi...@hallowelt.biz>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to