Merge branch 'notice-location' into 'nightly'

Re-enable notice locations

Removed a stray 'return' statement.

See merge request !125
This commit is contained in:
mmn 2016-06-17 16:28:56 -04:00
commit d66b495ba8

View File

@ -395,7 +395,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) {