forked from GNUsocial/gnu-social
		
	disable showing tags; it throws a notice for me
This commit is contained in:
		@@ -62,7 +62,7 @@ abstract class ProfileBlock extends Widget
 | 
				
			|||||||
        $this->showLocation();
 | 
					        $this->showLocation();
 | 
				
			||||||
        $this->showHomepage();
 | 
					        $this->showHomepage();
 | 
				
			||||||
        $this->showDescription();
 | 
					        $this->showDescription();
 | 
				
			||||||
        $this->showTags();
 | 
					        //        $this->showTags();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    function showAvatar()
 | 
					    function showAvatar()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user