mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
parent
1f5f610b04
commit
cd05d00b63
@ -30,7 +30,7 @@ class AnnouncementsController extends Controller
|
|||||||
$repo = new AnnouncementIniRepository();
|
$repo = new AnnouncementIniRepository();
|
||||||
$this->view->announcements = $repo
|
$this->view->announcements = $repo
|
||||||
->select(array('id', 'author', 'message', 'start', 'end'))
|
->select(array('id', 'author', 'message', 'start', 'end'))
|
||||||
->order('start');
|
->order('start', 'DESC');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user