summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-01-09 01:13:34 -0600
committerChris Buechler <cmb@pfsense.org>2015-01-09 01:13:34 -0600
commit3529ac320df42cd7ed621d45d4398a12c5c9feb5 (patch)
treed92cc74f936b1d158e72a6076340bb8f243cecbe /etc
parent23ca569527ad015e196b152bd3c0ac27314cf7c5 (diff)
downloadpfsense-3529ac320df42cd7ed621d45d4398a12c5c9feb5.zip
pfsense-3529ac320df42cd7ed621d45d4398a12c5c9feb5.tar.gz
After the other set of changes had unexpected complications, let's back this out too. Revert "PEAR static method call warning"
This reverts commit 4751f76a6772147097906b699d4216ae38c58c39.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/PEAR.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/PEAR.inc b/etc/inc/PEAR.inc
index b254139..6fb91a3 100644
--- a/etc/inc/PEAR.inc
+++ b/etc/inc/PEAR.inc
@@ -247,7 +247,7 @@ class PEAR
* @access public
* @return bool true if parameter is an error
*/
- public static function isError($data, $code = null)
+ function isError($data, $code = null)
{
if (!is_object($data)) {
return false;
OpenPOWER on IntegriCloud