X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmodexp.php;h=6fdc1884d2b13cb351d13131c01088ae7c21e59f;hb=4e44b07dfe07dde78fe8a095fbb43d9ec1ffcb53;hp=0c5a0331884ea72bfba524a6809f33aed2987a99;hpb=0cd241bcbe762e38e2eba0c58800eb60a2240e36;p=friendica.git diff --git a/mod/modexp.php b/mod/modexp.php index 0c5a033188..6fdc1884d2 100644 --- a/mod/modexp.php +++ b/mod/modexp.php @@ -1,10 +1,11 @@ argc != 2) + if($a->argc != 2) killme(); $nick = $a->argv[1]; @@ -12,7 +13,7 @@ function modexp_init(App $a) { dbesc($nick) ); - if (! dbm::is_result($r)) { + if (! DBM::is_result($r)) { killme(); }