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()
|
function showNoticeLocation()
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
try {
|
try {
|
||||||
$location = Notice_location::locFromStored($this->notice);
|
$location = Notice_location::locFromStored($this->notice);
|
||||||
} catch (NoResultException $e) {
|
} catch (NoResultException $e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user