]> git.mxchange.org Git - friendica.git/commitdiff
Opps, no need for this.
authorRoland Häder <roland@mxchange.org>
Tue, 13 Dec 2016 09:01:56 +0000 (10:01 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 13 Dec 2016 09:01:56 +0000 (10:01 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
mod/ping.php

index 1bbddbe5c359666889388f5f64b3506e183f9de6..1ef3cc5b4732b95eeeb396efe1f3beb711a6886e 100644 (file)
@@ -190,8 +190,6 @@ function ping_init(App $a)
                                FROM `contact` RIGHT JOIN `register` ON `register`.`uid` = `contact`.`uid`
                                WHERE `contact`.`self` = 1");
 
-                       $register_count = 0;
-
                        if (dbm::is_result($regs)) {
                                $register_count = $regs[0]['total'];
                        }