From: Chimo Date: Thu, 2 Jun 2016 01:56:42 +0000 (-0400) Subject: Re-enable notice locations X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d02c75d019af3dd407abd2fd3b84af0c31120a7e;p=quix0rs-gnu-social.git Re-enable notice locations Removed a stray 'return' statement. --- diff --git a/lib/noticelistitem.php b/lib/noticelistitem.php index cbff03d973..687a645e97 100644 --- a/lib/noticelistitem.php +++ b/lib/noticelistitem.php @@ -393,7 +393,6 @@ class NoticeListItem extends Widget */ function showNoticeLocation() { - return; try { $location = Notice_location::locFromStored($this->notice); } catch (NoResultException $e) {