diff options
Diffstat (limited to 'lib/public/JSON.php')
-rw-r--r-- | lib/public/JSON.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/JSON.php b/lib/public/JSON.php index 02c515e863e..7db61ff1571 100644 --- a/lib/public/JSON.php +++ b/lib/public/JSON.php @@ -95,7 +95,7 @@ class JSON { * Send json success msg * * Return a json success message with optional extra data. - * @see OCP\JSON::error() for the format to use. + * @see \OCP\JSON::error() for the format to use. * * @param array $data The data to use * @return string json formatted string. |