From 817bce5f4c9506fee54f9b3e5d5aeabd75cb6bb7 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Wed, 22 Feb 2017 17:41:19 +0100 Subject: [PATCH] Convert to array values revieved by ajax for updatedb - #77 --- pandora_console/include/ajax/visual_console_builder.ajax.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/ajax/visual_console_builder.ajax.php b/pandora_console/include/ajax/visual_console_builder.ajax.php index 0d5dd4abe4..74d99febd5 100755 --- a/pandora_console/include/ajax/visual_console_builder.ajax.php +++ b/pandora_console/include/ajax/visual_console_builder.ajax.php @@ -406,6 +406,7 @@ switch ($action) { switch ($type) { case 'background': + $values = array(); if ($background !== null) $values['background'] = $background; if ($width !== null)