remove version check code

This commit is contained in:
uwetews
2016-11-19 18:02:13 +01:00
parent 5f92ee4ea0
commit 7645ae0512

View File

@@ -275,9 +275,6 @@ KEY `expire` (`expire`)
if (isset($smarty)) {
$dir = $smarty->getCompileDir();
$this->cleanDir($dir);
if (method_exists($smarty, '_isNewRelease')) {
$smarty->_isNewRelease($dir);
}
}
}
@@ -291,9 +288,6 @@ KEY `expire` (`expire`)
if (isset($smarty)) {
$dir = $smarty->getCacheDir();
$this->cleanDir($dir);
if (method_exists($smarty, '_isNewRelease')) {
$smarty->_isNewRelease($dir);
}
}
}