X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmodexp.php;h=d1dabb101b3834aec9d7ef9cbfe5f0d15e5e3920;hb=6a8a36f12d00f35004fbb034972ca87dd1a3c4f5;hp=bba2c2882d065e5fc2320f5ed8582718f5940b9a;hpb=293436e5fd5110220c969513858dbb979f1f35d3;p=friendica.git diff --git a/mod/modexp.php b/mod/modexp.php index bba2c2882d..d1dabb101b 100644 --- a/mod/modexp.php +++ b/mod/modexp.php @@ -12,7 +12,7 @@ function modexp_init(&$a) { dbesc($nick) ); - if(! count($r)) + if(! dbm::is_result($r)) killme(); $lines = explode("\n",$r[0]['spubkey']);