mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
Opps, no need for this.
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
d489ba1510
commit
47c60aa486
1 changed files with 0 additions and 2 deletions
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue