Using normal storage instead of compressed.

dev
Loic d'Anterroches 2008-11-15 12:16:39 +01:00
parent 5370939229
commit 42df3f5a74
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class IDF_Commit extends Pluf_Model
),
'fullmessage' =>
array(
'type' => 'Pluf_DB_Field_Compressed',
'type' => 'Pluf_DB_Field_Text',
'blank' => true,
'verbose' => __('changelog'),
'help_text' => 'This is the full message of the commit.',