From 3ccba3472de3cf46f98614993b4d551a7e83d9b6 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 7 Jan 2019 14:02:28 +0800 Subject: [PATCH] Changed Pman/Roo.php --- Pman/Roo.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Pman/Roo.php b/Pman/Roo.php index e116afa..1e7cfbd 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -500,6 +500,11 @@ class Pman_Roo extends Pman if ($cols== '*') { $cols= array_keys($x); } + + if(!is_array($titles)) { + + } + if ($titles !== false) { foreach($cols as $i=>$col) { $se_config['cols'][] = array( -- 2.39.2