Convert to array values revieved by ajax for updatedb - #77

This commit is contained in:
enriquecd 2017-02-22 17:41:19 +01:00
parent a1978e93b1
commit 817bce5f4c
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ switch ($action) {
switch ($type) {
case 'background':
$values = array();
if ($background !== null)
$values['background'] = $background;
if ($width !== null)