Ticket #10: PageMgr.diff
| File PageMgr.diff, 0.8 kB (added by BubuLeMag, 3 years ago) |
|---|
-
R:/SVN/seagull/modules/navigation/classes/PageMgr.php
old new 286 286 ? $output->section['module'] 287 287 : key($output->aModules); 288 288 $output->aManagers = SGL_Util::getAllFilesPerModule(SGL_MOD_DIR .'/'. $currentModule); 289 $currentMgr = isset($output->section['manager']) 289 $currentMgr = isset($output->section['manager']) && isset($output->aManagers[$output->section['manager']]) 290 290 ? $output->section['manager'] 291 291 : key($output->aManagers); 292 292 $output->aActions = ($currentMgr != 'none')
