Changeset 1433 for branches/release-30/lib/MT/App/CMS.pm
- Timestamp:
- 02/29/08 12:20:47 (21 months ago)
- Files:
-
- 1 modified
-
branches/release-30/lib/MT/App/CMS.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-30/lib/MT/App/CMS.pm
r1397 r1433 125 125 'start_upload_entry' => "${pkg}Asset::start_upload_entry", 126 126 'logout' => { 127 code => \&logout,127 code => sub { $_[0]->SUPER::logout(@_) }, 128 128 requires_login => 0, 129 129 },
