forked from GNUsocial/gnu-social
		
	use accessors for NLI
This commit is contained in:
		@@ -174,8 +174,8 @@ class ActivitySpamPlugin extends Plugin
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    function onStartShowNoticeOptions($nli)
 | 
					    function onStartShowNoticeOptions($nli)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        $notice = $nli->notice;
 | 
					        $notice = $nli->getNotice();
 | 
				
			||||||
        $out = $nli->out;
 | 
					        $out = $nli->getOut();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (!empty($notice)) {
 | 
					        if (!empty($notice)) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user