N°5909 - Fix iApplicationExtension not called when attachment is added

This commit is contained in:
Eric Espie
2023-06-21 14:39:04 +02:00
parent 3d3a751072
commit 99a4e5e861
5 changed files with 211 additions and 47 deletions

View File

@@ -98,4 +98,14 @@ class PluginManager
return $oInstance;
}
/**
* For test purpose
* @return void
* @since 3.1.0
*/
protected static function ResetPlugins()
{
self::$m_aExtensionClasses = null;
}
}