summaryrefslogtreecommitdiff
path: root/includes/json/Services_JSON.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/json/Services_JSON.php')
-rw-r--r--includes/json/Services_JSON.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/json/Services_JSON.php b/includes/json/Services_JSON.php
index 29cc3617..b2090dce 100644
--- a/includes/json/Services_JSON.php
+++ b/includes/json/Services_JSON.php
@@ -136,7 +136,7 @@ class Services_JSON
{
$this->use = $use;
}
-
+
private static $mHavePear = null;
/**
* Returns cached result of class_exists('pear'), to avoid calling AutoLoader numerous times
@@ -872,7 +872,7 @@ if (class_exists('PEAR_Error')) {
{
$this->message = $message;
}
-
+
function __toString()
{
return $this->message;