Clear the cache
This commit is contained in:
parent
08001488f4
commit
7897ff5b9e
|
|
@ -181,6 +181,7 @@
|
||||||
$auto_loader = new auto_loader();
|
$auto_loader = new auto_loader();
|
||||||
$auto_loader->reload_classes();
|
$auto_loader->reload_classes();
|
||||||
$auto_loader->update_cache();
|
$auto_loader->update_cache();
|
||||||
|
$auto_loader->clear_cache();
|
||||||
|
|
||||||
//get the version of the software
|
//get the version of the software
|
||||||
if ($upgrade_type == 'version') {
|
if ($upgrade_type == 'version') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue