Changes

m
Line 1,162: Line 1,162:  
For this, the external module must embed a file called  '''mymodule/core/substitutions/functions_mymodules.lib.php''' and set the
 
For this, the external module must embed a file called  '''mymodule/core/substitutions/functions_mymodules.lib.php''' and set the
   −
<code>->module_parts['substitutions'] = 1 </code>
+
<code>$this->module_parts['substitutions'] = 1 </code>
    
into the module descriptor.
 
into the module descriptor.