diff --git a/code/model/Widget.php b/code/model/Widget.php index 7528d1e..62c29e1 100644 --- a/code/model/Widget.php +++ b/code/model/Widget.php @@ -16,7 +16,6 @@ class Widget extends DataObject * @var array */ private static $db = array( - "Title" => "Varchar(255)", "Title" => "Varchar(255)", "Sort" => "Int", "Enabled" => "Boolean",