Blocks for themes

This commit is contained in:
Diego Najar 2018-12-13 14:05:26 +01:00
parent 8624f32e15
commit adaa98e1be
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Blocks extends dbJSON
parent::__construct(DB_BLOCKS);
}
public function get()
public function get($key)
{
return $this->db[$key];
}