X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdbm.php;h=fdd9f40e762a1b1443de691390f3cca572703634;hb=497fd34026fbaa83b11a64d3a0a6e20f1360e5d6;hp=7c8c9b8c145ebd1e709cdcad4892ec696978e43c;hpb=e4c6cfd2d8727f22022218f9105d35eaf37b027e;p=friendica.git diff --git a/include/dbm.php b/include/dbm.php index 7c8c9b8c14..fdd9f40e76 100644 --- a/include/dbm.php +++ b/include/dbm.php @@ -42,7 +42,7 @@ class dbm { * @param $array mixed A filled array with at least one entry * @return Whether $array is a filled array */ - public function is_result($array) { + public static function is_result($array) { return (is_array($array) && count($array) > 0); } }