diff --git a/src/applications/phriction/controller/document/PhrictionDocumentController.php b/src/applications/phriction/controller/document/PhrictionDocumentController.php index acffc72807..1c8ad7ae4e 100644 --- a/src/applications/phriction/controller/document/PhrictionDocumentController.php +++ b/src/applications/phriction/controller/document/PhrictionDocumentController.php @@ -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; }