summaryrefslogtreecommitdiffstats
path: root/lib/private/log/errorhandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/log/errorhandler.php')
-rw-r--r--lib/private/log/errorhandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/log/errorhandler.php b/lib/private/log/errorhandler.php
index f6c96ef8218..1dde6b507fc 100644
--- a/lib/private/log/errorhandler.php
+++ b/lib/private/log/errorhandler.php
@@ -19,7 +19,7 @@ class ErrorHandler {
* @param string $msg
* @return string
*/
- private static function removePassword($msg) {
+ protected static function removePassword($msg) {
return preg_replace('/\/\/(.*):(.*)@/', '//xxx:xxx@', $msg);
}