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