From b5d2d447692c22692c04fdb14d8a0b87130e5c5a Mon Sep 17 00:00:00 2001 From: dignajar Date: Fri, 17 Jun 2016 14:09:17 -0300 Subject: [PATCH] Amount of posts improves --- bl-kernel/dbposts.class.php | 5 ----- 1 file changed, 5 deletions(-) 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');