diff --git a/core/model/fieldtypes/Time.php b/core/model/fieldtypes/Time.php index 5c1de20fb..f6d9dc040 100755 --- a/core/model/fieldtypes/Time.php +++ b/core/model/fieldtypes/Time.php @@ -2,7 +2,6 @@ /** * Represents a column in the database with the type 'Time' */ -require_once("DBField.php"); class Time extends DBField {