Skip to content

Commit

Permalink
fix for good name of table ezcontentobject_version
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Mar 1, 2019
1 parent e7338cc commit ad7e749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion classes/contentstatsgatherer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static function gather()
'Objects (including users)' => array( 'table' => 'ezcontentobject' ),
'Users' => array( 'table' => 'ezuser' ),
'Nodes' => array( 'table' => 'ezcontentobject_tree' ),
'Object versions (including users)' => array( 'table' => 'ezcontentobject_versions' ),
'Object versions (including users)' => array( 'table' => 'ezcontentobject_version' ),
'Content Classes' => array( 'table' => 'ezcontentclass' ),
'Information Collections' => array( 'table' => 'ezinfocollection' ),
'Pending notification events' => array( 'table' => 'eznotificationevent', 'wherecondition' => 'status = 0' ),
Expand Down
2 changes: 2 additions & 0 deletions doc/changelogs/CHANGELOG-0.9.10-to-0.9.11
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ Changes from 0.9.10 to 0.9.11 - released 2019/3/1
Fix: do not take into accounts views when checking tables for storage engine and character set, in the DB QA checks

Fix: one php warning when checking for ini files problems and there are extensions without settings at all

Fix: fix for good the name of table ezcontentobject_version, used in the content Stats page

0 comments on commit ad7e749

Please sign in to comment.