diff --git a/bl-kernel/dbposts.class.php b/bl-kernel/dbposts.class.php index 36ada6cc..7f1d2588 100644 --- a/bl-kernel/dbposts.class.php +++ b/bl-kernel/dbposts.class.php @@ -15,11 +15,6 @@ class dbPosts extends dbJSON 'coverImage'=> array('inFile'=>false, 'value'=>'') ); - private $numberPosts = array( - 'total'=>0, - 'published'=>0 - ); - function __construct() { parent::__construct(PATH_DATABASES.'posts.php');