equal
deleted
inserted
replaced
444 $info['file md5'] = $this->md5_header(ENANO_ROOT . "/plugins/$plugin"); |
444 $info['file md5'] = $this->md5_header(ENANO_ROOT . "/plugins/$plugin"); |
445 } |
445 } |
446 |
446 |
447 $this->update_plugins_cache($plugin_info); |
447 $this->update_plugins_cache($plugin_info); |
448 $GLOBALS['plugins_cache'] = $plugin_info; |
448 $GLOBALS['plugins_cache'] = $plugin_info; |
|
449 |
|
450 return true; |
449 } |
451 } |
450 |
452 |
451 /** |
453 /** |
452 * Writes an information array to the cache file. |
454 * Writes an information array to the cache file. |
453 * @param array |
455 * @param array |