equal
deleted
inserted
replaced
80 if ( !$q ) |
80 if ( !$q ) |
81 $db->_die(); |
81 $db->_die(); |
82 |
82 |
83 while ( $row = $db->fetchrow() ) |
83 while ( $row = $db->fetchrow() ) |
84 { |
84 { |
85 $this->load_list[] = $row['plugin_filename']; |
85 if ( file_exists(ENANO_ROOT . "/plugins/{$row['plugin_filename']}") ) |
|
86 { |
|
87 $this->load_list[] = $row['plugin_filename']; |
|
88 } |
86 } |
89 } |
87 |
90 |
88 $this->loaded_plugins = $this->get_plugin_list($this->load_list); |
91 $this->loaded_plugins = $this->get_plugin_list($this->load_list); |
89 |
92 |
90 // check for out-of-date plugins |
93 // check for out-of-date plugins |