Merge branch '1169-Pandora-FMS-Aplicación-movil-Error-en-ordenacion-de-eventos' into 'develop'

Fix bad ordination in mobile pandora events list - #1169

See merge request !746
This commit is contained in:
vgilc 2017-09-11 09:41:56 +02:00
commit ae0196f7b5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ function events_get_events_no_grouped($sql_post, $offset = 0,
function events_get_events_grouped($sql_post, $offset = 0,
$pagination = 1, $meta = false, $history = false, $total = false,
$history_db = false, $order = "ASC") {
$history_db = false, $order = "DESC") {
global $config;