From cec8f05f1eb6666c1be55156781e4f9740bbead5 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 7 Jan 2019 14:03:10 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 1e7cfbd..fc2c9fc 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -502,9 +502,10 @@ class Pman_Roo extends Pman } if(!is_array($titles)) { - + $titles = explode(',', $titles); } + if ($titles !== false) { foreach($cols as $i=>$col) { $se_config['cols'][] = array( -- 2.39.2