diff options
author | xue <> | 2007-09-30 23:54:11 +0000 |
---|---|---|
committer | xue <> | 2007-09-30 23:54:11 +0000 |
commit | 81db1a66aaf17b1355613c9fc5f0888e1140b4a8 (patch) | |
tree | c95d32f3440de0bf15f438b3b343779c2adc2f10 /framework/Data/ActiveRecord | |
parent | d0b297e2a5bdfdb0cd635a3709cedd2a83b97e36 (diff) |
fixed building error.
Diffstat (limited to 'framework/Data/ActiveRecord')
-rw-r--r-- | framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputCommon.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputCommon.php b/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputCommon.php index e36ca954..2357c7f8 100644 --- a/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputCommon.php +++ b/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputCommon.php @@ -7,6 +7,8 @@ * @license http://www.pradosoft.com/license/ * @package System.Data.ActiveReecord.Scaffold.InputBuilder */ +Prado::using('System.Data.ActiveRecord.Scaffold.InputBuilder.TScaffoldInputBase'); + class TScaffoldInputCommon extends TScaffoldInputBase { protected function setDefaultProperty($container, $control, $column, $record) |