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:
@@ -126,6 +126,11 @@ class plugman_adminArea extends e_admin_dispatcher
|
||||
{
|
||||
define('e_IFRAME', true);
|
||||
}
|
||||
|
||||
if(deftrue('e_DEVELOPER'))
|
||||
{
|
||||
e107::getPlug()->clearCache();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user