diff --git a/bean.module b/bean.module
index 67a72d3..ba93729 100644
--- a/bean.module
+++ b/bean.module
@@ -835,7 +835,7 @@ function bean_workbench_create_alter(&$output) {
     $i++;
   }
 
-  ksort($blocks);
+  ksort($items);
 
   $output['bean_types'] = array(
     '#title' => t('Create Blocks'),
