fixed grid in cf widget displays border, if options are set

This commit is contained in:
Ralf Becker 2011-08-18 09:26:59 +00:00
parent 93fc95d261
commit ef9ea04c9d

View File

@ -164,6 +164,7 @@ class customfields_widget
$cell['type'] = 'grid';
$cell['data'] = array(array());
$cell['rows'] = $cell['cols'] = 0;
$cell['size'] = '';
$n = 1;
foreach($fields as $lname => $field)