mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Merge branch 'fabrixxm-master'
This commit is contained in:
commit
8e988341d0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function notifier_run($argv, $argc){
|
||||||
if($items[0]['deleted']) {
|
if($items[0]['deleted']) {
|
||||||
foreach($items as $item)
|
foreach($items as $item)
|
||||||
$item['deleted'] = 1;
|
$item['deleted'] = 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$r = q("SELECT `contact`.*, `user`.`nickname`, `user`.`sprvkey`, `user`.`spubkey`, `user`.`page-flags`
|
$r = q("SELECT `contact`.*, `user`.`nickname`, `user`.`sprvkey`, `user`.`spubkey`, `user`.`page-flags`
|
||||||
|
|
Loading…
Reference in a new issue