From: Mikael Nordfeldth Date: Sat, 3 Oct 2015 11:45:06 +0000 (+0200) Subject: Sigh, use the correct variable name... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=db9f68e651678a0b5dc8a949e311501fca86dd76;p=quix0rs-gnu-social.git Sigh, use the correct variable name... --- diff --git a/classes/Notice.php b/classes/Notice.php index fe42c074a0..7a3dc2bc0f 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -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?