diff --git a/core/flow/Categorize.php b/core/flow/Categorize.php
index 38d9bbb..9d9ee4d 100755
--- a/core/flow/Categorize.php
+++ b/core/flow/Categorize.php
@@ -60,7 +60,9 @@ class Categorize extends AdminController {
 			add_action('admin_print_scripts',array(&$this,'products_cols'));
 		} else add_action('admin_print_scripts',array(&$this,'columns'));
 		do_action('shopp_category_admin_scripts');
-		add_action('load-catalog_page_shopp-categories',array(&$this,'workflow'));
+		
+		global $admin_page_hooks;
+		add_action('load-'.$admin_page_hooks["shopp-products"].'_page_shopp-categories',array(&$this,'workflow'));
 	}
 
 	/**
