Changeset 896 for plugins/hpm/trunk/hpm.plugin.php
- Timestamp:
- 09/05/08 01:33:40 (4 months ago)
- Files:
-
- 1 modified
-
plugins/hpm/trunk/hpm.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/hpm/trunk/hpm.plugin.php
r884 r896 230 230 public function action_auth_ajax_hpm_packages( $handler ) 231 231 { 232 Plugins::act('hpm_init'); 232 233 $theme = Themes::create( 'admin', 'RawPHPEngine', dirname(__FILE__) .'/' ); 233 234 $search = isset( $handler->handler_vars['search'] ) ? $handler->handler_vars['search'] : '';
