1
0
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:
Cameron
2020-05-12 16:47:09 -07:00
parent d7889bc759
commit 042aa72a83

View File

@@ -30,6 +30,7 @@ if($info = e107::getLibrary()->load('bootstrap'))
if($info['path'] !== '3')
{
e107::getCache()->clearAll('library');
e107::getCache()->clearAll('browser');
}
}