forked from GNUsocial/gnu-social
Sigh, use the correct variable name...
This commit is contained in:
parent
66a1d63dd0
commit
db9f68e651
@ -799,7 +799,7 @@ class Notice extends Managed_DataObject
|
||||
($source && $autosource && in_array($source, $autosource))) {
|
||||
$stored->is_local = Notice::LOCAL_NONPUBLIC;
|
||||
} else {
|
||||
$notice->is_local = $is_local;
|
||||
$stored->is_local = $is_local;
|
||||
}
|
||||
|
||||
// Maybe a missing act-time should be fatal if the actor is not local?
|
||||
|
Loading…
Reference in New Issue
Block a user