summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-06-27 08:40:58 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-06-27 08:40:58 +0000
commit358a4dc079aa310e42a567d0adfd6e827e727cc1 (patch)
treed727ae11b8f8c139b4abb7183c4db3d795907ee7 /includes
parentc362ae539a7fdd03d8d182b0bca467fda1b201c6 (diff)
downloadbrdo-358a4dc079aa310e42a567d0adfd6e827e727cc1.tar.gz
brdo-358a4dc079aa310e42a567d0adfd6e827e727cc1.tar.bz2
#154941 by hunmonk: fix faulty variable initialization in locale JS parsing
Diffstat (limited to 'includes')
-rw-r--r--includes/locale.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 6b0cf62a3..9e9c11057 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -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) {