Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge branch '2.7.x' of https://github.com/centreon/centreon into 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
querwin committed Apr 14, 2016
2 parents 0208f8f + d5313d6 commit 243ae0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/class/centreonGraphTemplate.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function __construct($db)
public function getObjectForSelect2($values = array(), $options = array(), $register = '1')
{

$items = array();

$explodedValues = implode(',', $values);
if (empty($explodedValues)) {
$explodedValues = "''";
Expand Down

0 comments on commit 243ae0c

Please sign in to comment.