Changeset 1369 for branches/release-30/lib/MT/Core.pm
- Timestamp:
- 02/14/08 21:09:26 (22 months ago)
- Files:
-
- 1 modified
-
branches/release-30/lib/MT/Core.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-30/lib/MT/Core.pm
r1333 r1369 521 521 list_actions => sub { MT->app->core_list_actions(@_) }, 522 522 list_filters => sub { MT->app->core_list_filters(@_) }, 523 search_apis => sub { MT->app->core_search_apis(@_) }, 523 search_apis => sub { 524 require MT::CMS::Search; 525 return MT::CMS::Search::core_search_apis(MT->app, @_); 526 }, 524 527 menus => sub { MT->app->core_menus() }, 525 528 methods => sub { MT->app->core_methods() },
