mirror of
https://github.com/getgrav/grav.git
synced 2026-07-13 08:43:45 +02:00
Add comment into TwigEnvironment
This commit is contained in:
@@ -40,6 +40,7 @@ class TwigEnvironment extends Environment
|
||||
return $name;
|
||||
}
|
||||
|
||||
// Avoid throwing an exception as it is really slow to handle.
|
||||
if (1 !== $count && !$this->getLoader()->exists($name)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user