summaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-02-04 11:11:24 +0100
committerBjoern Schiessle <schiessle@owncloud.com>2014-02-04 11:18:04 +0100
commit36838b2837168b69aba82f88f110c174db25e6d7 (patch)
treeb7842fe416491a7d1dc2491ff0c4874c29f2ace3 /lib/private
parent9a0d7c5be4720ae68048b9bef20928f954abcf61 (diff)
downloadnextcloud-server-36838b2837168b69aba82f88f110c174db25e6d7.tar.gz
nextcloud-server-36838b2837168b69aba82f88f110c174db25e6d7.zip
add test for password remove method
Diffstat (limited to 'lib/private')
-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);
}