Browse Source

Small bugfix in components.py

Yann Weber 10 years ago
parent
commit
690b68d714
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/components.py

+ 1
- 1
EditorialModel/components.py View File

@@ -337,7 +337,7 @@ class EmComponent(object):
337 337
         """ This function register a new component in uids table
338 338
             @return The new uid
339 339
         """
340
-        dbe = c.getDbE()
340
+        dbe = cl.getDbE()
341 341
 
342 342
         uidtable = sql.Table('uids', sqlutils.meta(dbe))
343 343
         conn = dbe.connect()

Loading…
Cancel
Save