Amount of posts improves
This commit is contained in:
parent
847f1a12d1
commit
b5d2d44769
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue