Upgrade to 3.2.5
This commit is contained in:
@@ -18,7 +18,6 @@ use Kirby\Toolkit\Tpl;
|
||||
*/
|
||||
class Template
|
||||
{
|
||||
|
||||
/**
|
||||
* Global template data
|
||||
*
|
||||
@@ -126,7 +125,7 @@ class Template
|
||||
// Try the default template in the default template directory.
|
||||
return F::realpath($this->root() . '/' . $this->name() . '.' . $this->extension(), $this->root());
|
||||
} catch (Exception $e) {
|
||||
//
|
||||
// ignore errors, continue searching
|
||||
}
|
||||
|
||||
// Look for the default template provided by an extension.
|
||||
|
Reference in New Issue
Block a user