- Patch #176264 by Wim Monstrey: killed a warning.

6.x
Dries Buytaert 2007-11-09 07:43:09 +00:00
parent c187cc95b6
commit d07480357b
1 changed files with 1 additions and 1 deletions

View File

@ -2061,7 +2061,7 @@ function theme_system_themes_form($form) {
$row = array();
$row[] = drupal_render($form[$key]['screenshot']);
$row[] = $theme;
$row[] = $info['version'];
$row[] = isset($info['version']) ? $info['version'] : '';
$row[] = array('data' => $status, 'align' => 'center');
if ($form['theme_default']) {
$row[] = array('data' => drupal_render($form['theme_default'][$key]), 'align' => 'center');