Fixed to correctly have a type text input.

master
Loïc d'Anterroches 2010-08-27 08:57:54 +02:00
parent 7f32a5679d
commit 3eb0247b37
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ class IDF_Form_Admin_ProjectCreate extends Pluf_Form
array('required' => false,
'label' => __('Master branch'),
'initial' => '',
'widget' => 'Pluf_Form_Widget_Input',
'help_text' => __('This should be a world-wide unique identifier for your project. A reverse DNS notation like "com.my-domain.my-project" is a good idea.'),
));