diff --git a/system/src/Grav/Common/Data/Blueprints.php b/system/src/Grav/Common/Data/Blueprints.php index 4c144a37a..d7891c940 100644 --- a/system/src/Grav/Common/Data/Blueprints.php +++ b/system/src/Grav/Common/Data/Blueprints.php @@ -103,7 +103,7 @@ class Blueprints } } - $this->instances[$type] = $blueprint; + $this->instances[$type] = $blueprint->init(); } return $this->instances[$type];