Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e9af055

Browse files
committed
FIX UriHelper::base64Decode parameter count
1 parent af21dd2 commit e9af055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/utils/UriHelper.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public static function base64Encode(string $data)
308308
public static function base64Decode(string $base64, bool $strict = false)
309309
{
310310
return base64_decode(
311-
strtr($base64, '-_', '+/'),
311+
strtr($base64, '-_', '+/') .
312312
str_repeat('=', - strlen($base64) & 3),
313313
$strict
314314
);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /