Re-enable notice locations

Removed a stray 'return' statement.
This commit is contained in:
Chimo 2016-06-01 21:56:42 -04:00
parent bd306bdb9f
commit d02c75d019
1 changed files with 0 additions and 1 deletions

View File

@ -393,7 +393,6 @@ class NoticeListItem extends Widget
*/
function showNoticeLocation()
{
return;
try {
$location = Notice_location::locFromStored($this->notice);
} catch (NoResultException $e) {