From b595f8447b3e55c64888fed0b92e0f5ad6461e3a Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Thu, 15 Dec 2011 14:37:44 -0800 Subject: [PATCH] Fix comment from D1221 to have updated variable Test Plan: re-ran D1221 test plan Reviewers: epriestley --- .../controller/document/PhrictionDocumentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }