Skip to content
Snippets Groups Projects
Commit 358a4dc0 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#154941 by hunmonk: fix faulty variable initialization in locale JS parsing

parent c362ae53
No related branches found
No related tags found
No related merge requests found
......@@ -1602,7 +1602,6 @@ function _locale_update_js_files() {
// when new files are added for example in the footer.
$javascript = drupal_add_js(NULL, NULL, NULL);
$files = FALSE;
$parsed = array();
foreach ($javascript as $scope) {
foreach ($scope as $type => $data) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment