Mglaser has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/327458 )

Change subject: BSAvatars: Fixed blank profile image issue
......................................................................

BSAvatars: Fixed blank profile image issue

Change-Id: If4e6f90750835f7684ea9bae26c3b1adeb78ac79
---
M Avatars/Avatars.class.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/58/327458/1

diff --git a/Avatars/Avatars.class.php b/Avatars/Avatars.class.php
index a1218c9..6c41486 100644
--- a/Avatars/Avatars.class.php
+++ b/Avatars/Avatars.class.php
@@ -217,7 +217,7 @@
                                        throw new MWException('FATAL: Avatar 
generator not found!');
                                        break;
                        }
-                       $oStatus = 
BsFileSystemHelper::saveToDataDirectory($sAvatarFileName, $sRawPNGAvatar, 
'avatars');
+                       $oStatus = 
BsFileSystemHelper::saveToDataDirectory($sAvatarFileName, $sRawPNGAvatar, 
'Avatars');
                        if (!$oStatus->isGood())
                                throw new MWException('FATAL: Avatar could not 
be saved!');
                        # found no way to regenerate thumbs. just delete thumb 
folder if it exists

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If4e6f90750835f7684ea9bae26c3b1adeb78ac79
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_27
Gerrit-Owner: Mglaser <gla...@hallowelt.biz>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>

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

Reply via email to