phpBB

Code Changes

File: phpbb/di/container_builder.php

  Unmodified   Added   Modified   Removed
Line 229Line 229
				}
}


				}
}


			if ($this->compile_container && $this->config_php_file)

			if ($this->config_php_file)

			{
$this->container->set('config.php', $this->config_php_file);
}

			{
$this->container->set('config.php', $this->config_php_file);
}

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() . '/';
}