mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Closes #4120 - As a precaution, also clear the browser cache when an old bootstrap path is detected.
This commit is contained in:
@@ -30,6 +30,7 @@ if($info = e107::getLibrary()->load('bootstrap'))
|
||||
if($info['path'] !== '3')
|
||||
{
|
||||
e107::getCache()->clearAll('library');
|
||||
e107::getCache()->clearAll('browser');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user