Merge branch 'notice-location' into 'nightly'
Re-enable notice locations Removed a stray 'return' statement. See merge request !125
This commit is contained in:
commit
d66b495ba8
@ -395,7 +395,6 @@ class NoticeListItem extends Widget
|
||||
*/
|
||||
function showNoticeLocation()
|
||||
{
|
||||
return;
|
||||
try {
|
||||
$location = Notice_location::locFromStored($this->notice);
|
||||
} catch (NoResultException $e) {
|
||||
|
Loading…
Reference in New Issue
Block a user