diff --git a/thirdparty/pear/DB.php b/thirdparty/pear/DB.php index d078e14a4..412c28d7c 100644 --- a/thirdparty/pear/DB.php +++ b/thirdparty/pear/DB.php @@ -465,7 +465,7 @@ class DB * * @return boolean whether $query is a data manipulation query */ - function isManip($query) + public static function isManip($query) { $manips = 'INSERT|UPDATE|DELETE|LOAD DATA|'.'REPLACE|CREATE|DROP|'. 'ALTER|GRANT|REVOKE|'.'LOCK|UNLOCK';