diff --git a/sites/all/modules/imagecache_profiles/imagecache_profiles.module b/sites/all/modules/imagecache_profiles/imagecache_profiles.module
index 893966e..fe915d9 100644
--- a/sites/all/modules/imagecache_profiles/imagecache_profiles.module
+++ b/sites/all/modules/imagecache_profiles/imagecache_profiles.module
@@ -5,7 +5,7 @@
  * Implementation of hook_help().
  */
 function imagecache_profiles_help($path, $arg) {
-  switch($section) {
+  switch($path) {
     case 'admin/help#imagecache_profiles':
       return t('Utilizes imagecache presets for user profile pictures.');
   }
@@ -159,4 +159,4 @@ function imagecache_profiles_user($op, &$edit, &$account, $category = NULL) {
       imagecache_image_flush($edit['picture']);
     }
   }
-}
\ No newline at end of file
+}
