1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 21:02:41 +01:00

Fixed history view.

Summary:
A lot of history views were empty. This fixes that problem.

Test Plan:
Played with sandbox.

Reviewed By: epriestley
Reviewers: epriestley, jungejason
Commenters: aran
CC: aran, epriestley, tuomaspelkonen
Differential Revision: 316
This commit is contained in:
tuomaspelkonen 2011-05-20 10:23:43 -07:00
parent 22b2db6c15
commit 59bfd17c61

View file

@ -32,6 +32,7 @@ class DiffusionHistoryController extends DiffusionController {
if (!$request->getBool('copies')) {
$history_query->needDirectChanges(true);
$history_query->needChildChanges(true);
}
$history = $history_query->loadHistory();