PM-2939: Actions by email plugin and feature working together
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
class actionsByEmailClass extends PMPlugin
|
class actionsByEmailCoreClass extends PMPlugin
|
||||||
{
|
{
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
@@ -188,8 +188,8 @@ class AppDelegation extends BaseAppDelegation
|
|||||||
if (PMLicensedFeatures
|
if (PMLicensedFeatures
|
||||||
::getSingleton()
|
::getSingleton()
|
||||||
->verifyfeature('zLhSk5TeEQrNFI2RXFEVktyUGpnczV1WEJNWVp6cjYxbTU3R29mVXVZNWhZQT0=')) {
|
->verifyfeature('zLhSk5TeEQrNFI2RXFEVktyUGpnczV1WEJNWVp6cjYxbTU3R29mVXVZNWhZQT0=')) {
|
||||||
G::LoadClass('actionsByEmail');
|
G::LoadClass('actionsByEmailCore');
|
||||||
$actionsByEmail = new actionsByEmailClass();
|
$actionsByEmail = new actionsByEmailCoreClass();
|
||||||
$actionsByEmail->sendActionsByEmail($data);
|
$actionsByEmail->sendActionsByEmail($data);
|
||||||
}
|
}
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user