diff --git a/bl-kernel/blocks.class.php b/bl-kernel/blocks.class.php index 41f83486..a8728855 100644 --- a/bl-kernel/blocks.class.php +++ b/bl-kernel/blocks.class.php @@ -13,6 +13,11 @@ class Blocks extends dbJSON parent::__construct(DB_BLOCKS); } + public function get() + { + return $this->db[$key]; + } + // Add a row to the database public function add($args) {