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()
|
||||
{
|
||||
return;
|
||||
try {
|
||||
$location = Notice_location::locFromStored($this->notice);
|
||||
} catch (NoResultException $e) {
|
||||
|
||||
Reference in New Issue
Block a user