This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
yikes
pull/1/head
Friendika
9 years ago
parent
6ff221d5a1
commit
ab50521971
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/delivery.php
+1
-1
include/notifier.php
+ 1
- 1
include/delivery.php
View File
@ -269,7 +269,7 @@ function delivery_run($argv, $argc){
continue
;
if
(
$normal_mode
)
{
if
(
$item_id
==
$item
[
'id'
])
if
(
$item_id
==
$item
[
'id'
]
||
$item
[
'id'
]
==
$item
[
'parent'
]
)
$atom
.=
atom_entry
(
$item
,
'text'
,
$item_contact
,
$owner
,
true
);
}
else
+ 1
- 1
include/notifier.php
View File
@ -361,7 +361,7 @@ function notifier_run($argv, $argc){
continue
;
if
(
$normal_mode
)
{
if
(
$item_id
==
$item
[
'id'
])
if
(
$item_id
==
$item
[
'id
'
]
||
$item
[
'id'
]
==
$item
[
'parent
'
])
$atom
.=
atom_entry
(
$item
,
'text'
,
$contact
,
$owner
,
true
);
}
else
Write
Preview
Loading…
Cancel
Save