diff --git a/bueditor.install b/bueditor.install
index 7e671a9..eecd07e 100644
--- a/bueditor.install
+++ b/bueditor.install
@@ -211,7 +211,7 @@ function bueditor_update_6000() {
  * It now stores file paths rather than a directory path.
  */
 function bueditor_update_6200() {
-  require_once(drupal_get_path('module', 'bueditor') . '/bueditor.module');
+  require_once(drupal_get_path('module', 'bueditor') . '/bueditor.inc');
   $ret = array();
   $librarypath = array(
     'type' => 'text',
