diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-06-27 08:40:58 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-06-27 08:40:58 +0000 |
commit | 358a4dc079aa310e42a567d0adfd6e827e727cc1 (patch) | |
tree | d727ae11b8f8c139b4abb7183c4db3d795907ee7 | |
parent | c362ae539a7fdd03d8d182b0bca467fda1b201c6 (diff) | |
download | brdo-358a4dc079aa310e42a567d0adfd6e827e727cc1.tar.gz brdo-358a4dc079aa310e42a567d0adfd6e827e727cc1.tar.bz2 |
#154941 by hunmonk: fix faulty variable initialization in locale JS parsing
-rw-r--r-- | includes/locale.inc | 1 |
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) { |