Changeset 2246 for branches/release-38/lib/MT.pm.pre
- Timestamp:
- 05/06/08 21:37:02 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-38/lib/MT.pm.pre (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/lib/MT.pm.pre
r2206 r2246 1141 1141 require MT::Log; 1142 1142 1143 $mt->run_callbacks('post_init', $mt, \%param); 1143 1144 return $mt; 1144 1145 } … … 3323 3324 to do so. 3324 3325 3326 =head2 post_init($cb, \%param) 3327 3328 This callback is invoked when MT is initialized and ready to run. 3329 This callback is invoked after MT initialized addons, plugins, schema 3330 and permissions. The arguments passed to initialize MT is passed 3331 through to the callback. 3332 3325 3333 =head1 LICENSE 3326 3334
