Home
Tracker
Builds
Projects
Discussion
Code Changes
3.0.x
3.1.x
3.2.x
3.3.x
File: phpbb/extension/manager.php
Previous Versions
3.3.11 to 3.3.12
3.3.10 to 3.3.12
3.3.9 to 3.3.12
3.3.8 to 3.3.12
3.3.7 to 3.3.12
3.3.6 to 3.3.12
3.3.5 to 3.3.12
3.3.4 to 3.3.12
3.3.3 to 3.3.12
3.3.2 to 3.3.12
3.3.1 to 3.3.12
3.3.0 to 3.3.12
3.3.0-RC1 to 3.3.12
3.3.0-b2 to 3.3.12
3.3.0-b1 to 3.3.12
Unmodified
Added
Modified
Removed
Line 197
Line 197
if ($this->cache)
{
if ($this->cache)
{
$this->cache->purge();
$this->cache->deferred_purge();
}
}
}
}