mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:10:12 +00:00
Bugfixings for getAllKeys()
This commit is contained in:
parent
8491f8660f
commit
7da6da6666
5 changed files with 8 additions and 7 deletions
|
@ -116,6 +116,7 @@ HELP;
|
|||
$count = 0;
|
||||
foreach ($keys as $key) {
|
||||
$this->out($key);
|
||||
$count++;
|
||||
}
|
||||
|
||||
$this->out($count . ' keys found');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue