1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 08:34:09 +02:00

Clear Plugin cache when developer mode active. Shortcode class path enhancement.

This commit is contained in:
Cameron
2017-12-21 13:40:10 -08:00
parent 0c7f40f164
commit 75d25cc2a1
2 changed files with 21 additions and 7 deletions

View File

@@ -126,6 +126,11 @@ class plugman_adminArea extends e_admin_dispatcher
{
define('e_IFRAME', true);
}
if(deftrue('e_DEVELOPER'))
{
e107::getPlug()->clearCache();
}
}