diff --git a/imce.module b/imce.module
index f3dc4bf..e165f86 100644
--- a/imce.module
+++ b/imce.module
@@ -91,6 +91,16 @@ function imce_theme() {
 }
 
 /**
+ * Implements hook_admin_paths()
+ */
+function imce_admin_paths() {
+  $paths = array(
+    'imce' => TRUE,
+  );
+  return $paths;
+}
+
+/**
  * Implements hook_file_download().
  * Support private downloads if not disabled.
  */
