mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 22:53:01 +02:00
MediaCategories added to plugin.xml spec. and install/uninstall routine. Paste fixes for wysiwyg. Custom-Page issue corrected. admin-ui enhanced for images categories.
This commit is contained in:
@@ -891,7 +891,10 @@ class eRouter
|
||||
|
||||
public static function clearCache()
|
||||
{
|
||||
@unlink(e_CACHE_URL.'config.php');
|
||||
if(file_exists(e_CACHE_URL.'config.php'))
|
||||
{
|
||||
@unlink(e_CACHE_URL.'config.php');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user