summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-01-09 01:14:14 -0600
committerChris Buechler <cmb@pfsense.org>2015-01-09 01:14:14 -0600
commit557c21dae0ea214a49a858216455a363213260d9 (patch)
tree7cf1af03552bcbf35c093a639c6803b73109b2e0 /etc
parent0515117ed723e216a8a4e27ec6c23700307e8b54 (diff)
downloadpfsense-557c21dae0ea214a49a858216455a363213260d9.zip
pfsense-557c21dae0ea214a49a858216455a363213260d9.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