Browse Source

[#12] Modification de la déclaration des champs de la classe Em_Field_Type

Roland Haroutiounian 9 years ago
parent
commit
e1d7a88335
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/fields_types.py

+ 1
- 1
EditorialModel/fields_types.py View File

@@ -15,7 +15,7 @@ logger = logging.getLogger('Lodel2.EditorialModel')
15 15
 class Em_Field_Type(object):
16 16
 
17 17
     table = 'em_field_type'
18
-    _fields = [('type_id', EmField_integer()),('field_id', EmField_integer())]
18
+    _fields = [('type_id', EmField_integer),('field_id', EmField_integer)]
19 19
     dbconf = 'default'
20 20
 
21 21
     ## __init__ (Function)

Loading…
Cancel
Save