phpBB

Code Changes

File: phpbb/extension/manager.php

  Unmodified   Added   Modified   Removed
Line 31Line 31
	protected $php_ext;
protected $extensions;
protected $extension_table;

	protected $php_ext;
protected $extensions;
protected $extension_table;

 
	protected $filesystem;

	protected $phpbb_root_path;
protected $cache_name;


	protected $phpbb_root_path;
protected $cache_name;


Line 197Line 198

if ($this->cache)
{


if ($this->cache)
{

			$this->cache->purge();

			$this->cache->deferred_purge();

		}
}


		}
}