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
17a7b1a6
Commit
17a7b1a6
authored
Apr 13, 2012
by
catch
Browse files
Issue
#1320650
by catch: Stop scanning /includes with the registry.
parent
a8677733
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/registry.inc
View file @
17a7b1a6
...
...
@@ -47,9 +47,6 @@ function _registry_update() {
}
}
}
foreach
(
file_scan_directory
(
'core/includes'
,
'/\.inc$/'
)
as
$filename
=>
$file
)
{
$files
[
"
$filename
"
]
=
array
(
'module'
=>
''
,
'weight'
=>
0
);
}
$transaction
=
db_transaction
();
try
{
...
...
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