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
a6f6ddcc
Commit
a6f6ddcc
authored
Nov 26, 2006
by
drumm
Browse files
#88030
by beginner. Properly initialize a variable.
parent
1b201a3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/module.inc
View file @
a6f6ddcc
...
...
@@ -197,6 +197,9 @@ function _module_parse_info_file($filename) {
if
(
isset
(
$info
[
'dependencies'
]))
{
$info
[
'dependencies'
]
=
explode
(
" "
,
$info
[
'dependencies'
]);
}
else
{
$info
[
'dependencies'
]
=
NULL
;
}
return
$info
;
}
...
...
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