mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Add missing namespace
This commit is contained in:
@@ -18,7 +18,7 @@ class AdminerPrettyJsonColumn {
|
|||||||
$json = $this->testJson($value);
|
$json = $this->testJson($value);
|
||||||
if ($json !== $value) {
|
if ($json !== $value) {
|
||||||
$jsonText = json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
|
$jsonText = json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
|
||||||
return "<textarea$attrs cols='50' rows='20'>" . h($jsonText) . "</textarea>";
|
return "<textarea$attrs cols='50' rows='20'>" . Adminer\h($jsonText) . "</textarea>";
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user