Changeset 12331

Show
Ignore:
Timestamp:
09/17/07 17:12:19 (1 year ago)
Author:
bergie
Message:

Fix the midcom.admin.folder requirement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.admin.styleeditor/handler/list.php

    r11341 r12331  
    168168         
    169169        // Get the list of all components 
     170        $_MIDCOM->load_library('midcom.admin.folder'); 
     171        require_once(MIDCOM_ROOT . '/midcom/admin/folder/folder_management.php'); 
    170172        $this->_component_list = midcom_admin_folder_folder_management::get_component_list(); 
    171173