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
1 changed files with 0 additions and 1 deletions

View File

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