Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jan 23, 2019
1 parent 314f675 commit f8ac722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/contentstatsgatherer.php
Expand Up @@ -29,11 +29,11 @@ public function getDescription()

static function gather()
{
$contentTypes = array(ezcontentobject_version
$contentTypes = array(
'Objects (including users)' => array( 'table' => 'ezcontentobject' ),
'Users' => array( 'table' => 'ezuser' ),
'Nodes' => array( 'table' => 'ezcontentobject_tree' ),
'Object versions (including users)' => array( 'table' => 'ezcontentobject_version' ),
'Object versions (including users)' => array( 'table' => 'ezcontentobject_versions' ),
'Content Classes' => array( 'table' => 'ezcontentclass' ),
'Information Collections' => array( 'table' => 'ezinfocollection' ),
'Pending notification events' => array( 'table' => 'eznotificationevent', 'wherecondition' => 'status = 0' ),
Expand Down

0 comments on commit f8ac722

Please sign in to comment.