Sigh, use the correct variable name...

This commit is contained in:
Mikael Nordfeldth 2015-10-03 13:45:06 +02:00
parent 66a1d63dd0
commit db9f68e651

View File

@ -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?