phpBB

Code Changes

File: phpbb/di/container_builder.php

  Unmodified   Added   Modified   Removed
Line 420Line 420
	 *
* @return string Path to the cache directory.
*/

	 *
* @return string Path to the cache directory.
*/

	protected function get_cache_dir()

	public function get_cache_dir()

	{
return $this->cache_dir ?: $this->phpbb_root_path . 'cache/' . $this->get_environment() . '/';
}

	{
return $this->cache_dir ?: $this->phpbb_root_path . 'cache/' . $this->get_environment() . '/';
}