? boost-587190.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.44
diff -u -p -r1.2.2.1.2.3.2.44 boost.install
--- boost.install	19 Sep 2009 02:16:32 -0000	1.2.2.1.2.3.2.44
+++ boost.install	24 Sep 2009 23:16:32 -0000
@@ -681,6 +681,8 @@ function boost_update_6108() {
  * Update 6109 - Change .js to .json
  */
 function boost_update_6109() {
+  // _boost_change_extension() is located in the module file, make sure thats loaded.
+  drupal_load('module', 'boost');
   variable_set('boost_json_extension', '.json');
   _boost_change_extension('.js', '.json');
   drupal_set_message(t('Be sure to update your htaccess rules.'), BOOST_CACHE_JSON ? 'warning' : 'status');
