X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FStrings.php;h=3870074e1a7be84cfc3e6b1f4f17ab37fb4ee202;hb=093dd70e790def206d6f7d48cfac095c29eb10a5;hp=1d440c19b7eede0aef7e7cd9b8ec13aea6df6c3c;hpb=dc42dbb68a50fb2c60f439393eb6d1fe80b327cf;p=friendica.git diff --git a/src/Util/Strings.php b/src/Util/Strings.php index 1d440c19b7..3870074e1a 100644 --- a/src/Util/Strings.php +++ b/src/Util/Strings.php @@ -1,6 +1,6 @@ "], ['[', ']'], $string); - } - /** * Use this on "body" or "content" input where angle chars shouldn't be removed, * and allow them to be safely displayed. @@ -283,7 +268,7 @@ class Strings public static function base64UrlDecode($s) { if (is_array($s)) { - Logger::log('base64url_decode: illegal input: ' . print_r(debug_backtrace(), true)); + Logger::notice('base64url_decode: illegal input: ', ['backtrace' => debug_backtrace()]); return $s; }