This commit is contained in:
Julio Cesar Laura Avendaño
2019-08-22 09:37:25 -04:00
parent 7854275d5d
commit ab7e66a01f
13 changed files with 213 additions and 492 deletions

View File

@@ -15,7 +15,7 @@ set_include_path(PATH_PM_ENTERPRISE . PATH_SEPARATOR . get_include_path());
class enterprisePlugin extends PMPlugin
{
public function enterprisePlugin($sNamespace, $sFilename = null)
public function __construct($sNamespace, $sFilename = null)
{
$pathPluginTrunk = PATH_CORE . "enterprise";