Actions
Bug #15925
closedWrong value for "Marked-deleted pages" in Records Statistics
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
DB Check -> Records Statistics
the value of "Marked-deleted pages" is "array"
the error in class.t3lib_admin.php, line #14177
var $recStat = Array(.....
should be
var $recStats = Array(.....
(issue imported from #M3027)
Actions