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:
parent
ecb0ab4847
commit
b595f8447b
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class PhrictionDocumentController
|
|||
'class' => 'button grey',
|
||||
),
|
||||
'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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue