Amount of posts improves

This commit is contained in:
dignajar 2016-06-17 14:09:17 -03:00
parent 847f1a12d1
commit b5d2d44769
1 changed files with 0 additions and 5 deletions

View File

@ -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');