Maya hace 2 años
padre
commit
81c9d130f2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      modules/extensions.py

+ 1 - 0
modules/extensions.py

@@ -37,6 +37,7 @@ def apply_extensions(text, typ):
     return text
 
 def create_extensions_block():
+    global setup_called
     # Updating the default values
     for extension, name in iterator():
         if hasattr(extension, 'params'):