This commit is contained in:
Abdulrahman
2019-05-26 00:43:03 +03:00
parent 4e39127fab
commit 412be337a7
5 changed files with 12 additions and 5 deletions

View File

@@ -680,7 +680,10 @@ function kleeja_style_info($style_name)
}
else
{
$inf_r[$t[0]] = $t[1];
if (! empty($t[0]))
{
$inf_r[$t[0]] = empty($t[1]) ? '' : $t[1];
}
}
}