Skip to content
Permalink
Browse files
Issue #1425260 - Fix for Call to undefined function locale_inc_callba…
…ck() during 6.22 -> 6.24 upgrade.
  • Loading branch information
omega8cc committed Feb 7, 2012
1 parent 97b8df2 commit 4b05a210c4234714104149c3ef67e23bb38188fa
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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();
}

0 comments on commit 4b05a21

Please sign in to comment.