Add missing parent constructor to Themes class

This commit is contained in:
Matias Griese
2015-12-02 11:24:20 +02:00
parent fa52e18e3f
commit 7bc990688c

View File

@@ -25,6 +25,8 @@ class Themes extends Iterator
public function __construct(Grav $grav)
{
parent::__construct();
$this->grav = $grav;
$this->config = $grav['config'];