From 559ac1c475ffb6ac5e6c9586123b02e625e09f73 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 9 Apr 2014 22:22:49 -0400 Subject: [PATCH] fixed broken API links [skip ci] --- ButtonGroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ButtonGroup.php b/ButtonGroup.php index 8b08b61..bbf54b4 100644 --- a/ButtonGroup.php +++ b/ButtonGroup.php @@ -72,7 +72,7 @@ class ButtonGroup extends Widget } /** - * Generates the buttons that compound the group as specified on [[items]]. + * Generates the buttons that compound the group as specified on [[buttons]]. * @return string the rendering result. */ protected function renderButtons()