equal
deleted
inserted
replaced
42 'namespace'=>'Special', |
42 'namespace'=>'Special', |
43 'special'=>0,'visible'=>1,'comments_on'=>0,'protected'=>1,'delvotes'=>0,'delvote_ips'=>'', |
43 'special'=>0,'visible'=>1,'comments_on'=>0,'protected'=>1,'delvotes'=>0,'delvote_ips'=>'', |
44 )); |
44 )); |
45 } |
45 } |
46 |
46 |
47 $plugins->attachHook('common_post', 'SpecialAdmin_include();'); |
47 $plugins->attachHook('base_classes_initted', 'SpecialAdmin_include();'); |
48 |
48 |
49 function SpecialAdmin_include() |
49 function SpecialAdmin_include() |
50 { |
50 { |
51 global $db, $session, $paths, $template, $plugins; // Common objects |
51 global $db, $session, $paths, $template, $plugins; // Common objects |
52 |
52 |