phpBB

Code Changes

File: phpbb/template/twig/loader.php

  Unmodified   Added   Modified   Removed
Line 97Line 97

// If this is in the cache we can skip the entire process below
// as it should have already been validated


// If this is in the cache we can skip the entire process below
// as it should have already been validated

		if (isset($this->cache[$name])) {


		if (isset($this->cache[$name]))
{

			return $this->cache[$name];
}


			return $this->cache[$name];
}