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
081f58e3
Commit
081f58e3
authored
May 09, 2015
by
alexpott
Browse files
Issue
#2486083
by stefan.r: The following module is missing from the file system: standard
parent
3b6e90d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Config/InstallStorage.php
View file @
081f58e3
...
...
@@ -166,6 +166,11 @@ protected function getAllFolders() {
if
(
$profile
=
drupal_get_profile
())
{
$profile_list
=
$listing
->
scan
(
'profile'
);
if
(
isset
(
$profile_list
[
$profile
]))
{
// Prime the drupal_get_filename() static cache with the profile info
// file location so we can use drupal_get_path() on the active profile
// during the module scan.
// @todo Remove as part of https://www.drupal.org/node/2186491
drupal_get_filename
(
'profile'
,
$profile
,
$profile_list
[
$profile
]
->
getPathname
());
$this
->
folders
+=
$this
->
getComponentNames
(
array
(
$profile_list
[
$profile
]));
}
}
...
...
Write
Preview
Supports
Markdown
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