Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d0748035
Commit
d0748035
authored
Nov 09, 2007
by
Dries
Browse files
- Patch
#176264
by Wim Monstrey: killed a warning.
parent
c187cc95
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/system/system.admin.inc
View file @
d0748035
...
...
@@ -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'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment