Re-enable notice locations
Removed a stray 'return' statement.
This commit is contained in:
parent
bd306bdb9f
commit
d02c75d019
|
@ -393,7 +393,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