Changeset 9897
- Timestamp:
- 11/13/08 05:59:05 (2 months ago)
- Files:
-
- trunk/jaws/html/gadgets/ControlPanel/AdminHTML.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/gadgets/ControlPanel/AdminHTML.php
r9216 r9897 54 54 if (!is_dir(JAWS_PATH . 'gadgets/' . $item)) continue; 55 55 if ($item != '' && $item != 'ControlPanel' && in_array($item, $coreGadgets)) { 56 Jaws_Gadget_Info::Init($item); 56 if (Jaws_Error::IsError(Jaws_GadgetInfo::Init($item))) { 57 continue; 58 } 59 57 60 if ($this->GetPermission('Manage'.$item, $item)) { 58 61 $general[] = array(_t(strtoupper($item).'_NAME'),
