]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
Sigh, use the correct variable name...
[quix0rs-gnu-social.git] / classes / Notice.php
index fe42c074a0e8897c3328741c78993b02a2fc9201..7a3dc2bc0f4eb9dcfc160fe5b4a8b2f5b57edc24 100644 (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?