forked from GNUsocial/gnu-social
		
	Re-enable notice locations
Removed a stray 'return' statement.
This commit is contained in:
		@@ -393,7 +393,6 @@ class NoticeListItem extends Widget
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    function showNoticeLocation()
 | 
					    function showNoticeLocation()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        return;
 | 
					 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            $location = Notice_location::locFromStored($this->notice);
 | 
					            $location = Notice_location::locFromStored($this->notice);
 | 
				
			||||||
        } catch (NoResultException $e) {
 | 
					        } catch (NoResultException $e) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user