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

Change subject: BSFoundation: Removed deprecated ContextActive from 
UserMiniProfile
......................................................................

BSFoundation: Removed deprecated ContextActive from UserMiniProfile

* As SecureFileStore will not be supportet in new version anymore,
simply removed the hole statement

Change-Id: I810a927410447b8e57d57cb38db28383bbc84fa4
---
M includes/outputhandler/views/view.UserMiniProfile.php
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/19/354119/1

diff --git a/includes/outputhandler/views/view.UserMiniProfile.php 
b/includes/outputhandler/views/view.UserMiniProfile.php
index 9a794ca..0d30b0a 100644
--- a/includes/outputhandler/views/view.UserMiniProfile.php
+++ b/includes/outputhandler/views/view.UserMiniProfile.php
@@ -42,10 +42,6 @@
 
                $sOut = implode( "\n", $aOut );
 
-               // CR RBV (03.06.11 08:39): Hook/Event!
-               if ( BsExtensionManager::isContextActive( 
'MW::SecureFileStore::Active' ) )
-                       $sOut = SecureFileStore::secureFilesInText($sOut);
-
                return $sOut;
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I810a927410447b8e57d57cb38db28383bbc84fa4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: 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