X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmodexp.php;h=6fdc1884d2b13cb351d13131c01088ae7c21e59f;hb=4e44b07dfe07dde78fe8a095fbb43d9ec1ffcb53;hp=d1dabb101b3834aec9d7ef9cbfe5f0d15e5e3920;hpb=ff569756ee6c5e058700cf6428918f059525e77c;p=friendica.git diff --git a/mod/modexp.php b/mod/modexp.php index d1dabb101b..6fdc1884d2 100644 --- a/mod/modexp.php +++ b/mod/modexp.php @@ -1,8 +1,9 @@ argc != 2) killme(); @@ -12,8 +13,9 @@ function modexp_init(&$a) { dbesc($nick) ); - if(! dbm::is_result($r)) + if (! DBM::is_result($r)) { killme(); + } $lines = explode("\n",$r[0]['spubkey']); unset($lines[0]);