Changeset 12527

Show
Ignore:
Timestamp:
09/27/07 15:31:40 (1 year ago)
Author:
bergie
Message:

Load the target component to get config

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/net.nemein.rss/fetch.php

    r12481 r12527  
    6060        $this->_component = 'net.nemein.rss'; 
    6161         
     62        if (!isset($GLOBALS['midcom_component_data'][$this->_node->component])) 
     63        { 
     64            $_MIDCOM->componentloader->load_graceful($this->_node->component); 
     65        } 
    6266        $this->_node_config = $GLOBALS['midcom_component_data'][$this->_node->component]['config']; 
    6367