diff options
| -rw-r--r-- | framework/Web/UI/WebControls/TRepeater.php | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/framework/Web/UI/WebControls/TRepeater.php b/framework/Web/UI/WebControls/TRepeater.php index 1acdc766..9aa7af8d 100644 --- a/framework/Web/UI/WebControls/TRepeater.php +++ b/framework/Web/UI/WebControls/TRepeater.php @@ -11,9 +11,10 @@   */
  /**
 - * Using TDataBoundControl cass
 + * Using TDataBoundControl and TDataFieldAccessor cass
   */
  Prado::using('System.Web.UI.WebControls.TDataBoundControl');
 +Prado::using('System.Util.TDataFieldAccessor');
  /**
   * TRepeater class
 | 
