1
0
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:
CaMer0n
2012-08-19 02:33:43 +00:00
parent 92865c694e
commit 8b86caddf4
9 changed files with 188 additions and 34 deletions

View File

@@ -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');
}
}
/**