From a08590e5474460a97e94b8f47d76266bb69a82c1 Mon Sep 17 00:00:00 2001 From: paulis Date: Mon, 19 Sep 2022 17:53:16 -0400 Subject: [PATCH] PMCORE-3989 --- thirdparty/pear/DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';