-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #147 Fatal Error when AOP function redeclared
- Loading branch information
1 parent
d2b97e4
commit dda786a
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
* | ||
* @author Salesagility Ltd <[email protected]> | ||
*/ | ||
$mod_strings['LBL_POLLMONITOREDINBOXESCUSTOMAOP'] = 'AOP Poll Monitored Inboxes';?> | ||
$mod_strings['LBL_POLLMONITOREDINBOXESAOP'] = 'AOP Poll Monitored Inboxes';?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
* | ||
* @author Salesagility Ltd <[email protected]> | ||
*/ | ||
$mod_strings['LBL_POLLMONITOREDINBOXESCUSTOMAOP'] = 'AOP Procesar Casillas de Correo Monitorizadas';?> | ||
$mod_strings['LBL_POLLMONITOREDINBOXESAOP'] = 'AOP Procesar Casillas de Correo Monitorizadas';?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
* | ||
* @author Salesagility Ltd <[email protected]> | ||
*/ | ||
$mod_strings['LBL_POLLMONITOREDINBOXESCUSTOMAOP'] = 'Портал - проверять почтовые ящики для входящей почты';?> | ||
$mod_strings['LBL_POLLMONITOREDINBOXESAOP'] = 'Портал - проверять почтовые ящики для входящей почты';?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,12 +22,12 @@ | |
* @author Salesagility Ltd <[email protected]> | ||
*/ | ||
|
||
$job_strings[] = 'pollMonitoredInboxesCustomAOP'; | ||
$job_strings[] = 'pollMonitoredInboxesAOP'; | ||
|
||
function pollMonitoredInboxesCustomAOP() { | ||
function pollMonitoredInboxesAOP() { | ||
require_once 'custom/modules/InboundEmail/AOPInboundEmail.php'; | ||
$_bck_up = array('team_id' => $GLOBALS['current_user']->team_id, 'team_set_id' => $GLOBALS['current_user']->team_set_id); | ||
$GLOBALS['log']->info('----->Scheduler fired job of type pollMonitoredInboxesCustomAOP()'); | ||
$GLOBALS['log']->info('----->Scheduler fired job of type pollMonitoredInboxesAOP()'); | ||
global $dictionary; | ||
global $app_strings; | ||
global $sugar_config; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters