1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 04:20:55 +01:00

Fix comment from D1221 to have updated variable

Test Plan: re-ran D1221 test plan

Reviewers: epriestley
This commit is contained in:
Bob Trahan 2011-12-15 14:37:44 -08:00
parent ecb0ab4847
commit b595f8447b

View file

@ -142,7 +142,7 @@ class PhrictionDocumentController
'class' => 'button grey', 'class' => 'button grey',
), ),
'View History'); 'View History');
// these float right so button2 which is right most goes first // these float right so history_button which is right most goes first
$buttons = $history_button.$edit_button; $buttons = $history_button.$edit_button;
} }