]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Sigh, use the correct variable name...
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 3 Oct 2015 11:45:06 +0000 (13:45 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 3 Oct 2015 11:45:06 +0000 (13:45 +0200)
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?