X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmodexp.php;h=f64df0f9cbced5be10c273adccfec077b11689d1;hb=0b5f7da270bcaa679cb684dbbbbe40781f0b49c6;hp=d1dabb101b3834aec9d7ef9cbfe5f0d15e5e3920;hpb=7141ce91635e071a54ec57b2971f9c745a996fc0;p=friendica.git diff --git a/mod/modexp.php b/mod/modexp.php index d1dabb101b..f64df0f9cb 100644 --- a/mod/modexp.php +++ b/mod/modexp.php @@ -1,8 +1,11 @@ argc != 2) killme(); @@ -12,8 +15,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]);