monitoring/list: fix addcolumns VS addColumns

refs #8641
This commit is contained in:
Thomas Gelf 2015-03-13 09:07:02 +01:00
parent 560b8a556d
commit edf55728cb
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ class Monitoring_ListController extends Controller
{ {
$columns = preg_split( $columns = preg_split(
'~,~', '~,~',
$this->params->shift('addcolumns', ''), $this->params->shift('addColumns', ''),
-1, -1,
PREG_SPLIT_NO_EMPTY PREG_SPLIT_NO_EMPTY
); );