projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fb4d019
)
Issue #1425260 by mgifford: Fixed 'Call to undefined function locale_inc_callback...
author
Gábor Hojtsy
Fri, 24 Feb 2012 07:41:59 +0000 (08:41 +0100)
committer
Gábor Hojtsy
Fri, 24 Feb 2012 07:41:59 +0000 (08:41 +0100)
modules/locale/locale.install
patch
|
blob
|
blame
|
history
diff --git
a/modules/locale/locale.install
b/modules/locale/locale.install
index
e29b6e5
..
6bd1fa0
100644
(file)
--- a/
modules/locale/locale.install
+++ b/
modules/locale/locale.install
@@
-233,6
+233,7
@@
function locale_update_6006() {
* Fix Drupal.formatPlural().
*/
function locale_update_6007() {
+ drupal_load('module', 'locale');
locale_inc_callback('_locale_invalidate_js');
return array();
}