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