mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10824] Switch to new namespace for json sanitizer
PHPBB3-10824
This commit is contained in:
@@ -390,7 +390,7 @@ class version_helper
|
||||
}
|
||||
|
||||
// Sanitize any data we retrieve from a server
|
||||
$info = json_sanitizer::decode($info);
|
||||
$info = json\sanitizer::decode($info);
|
||||
|
||||
if (empty($info['stable']) && empty($info['unstable']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user