Skip to content

Commit

Permalink
[REMOVED] Liquid payout cron from monitoring pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MPOS123 committed Feb 14, 2014
1 parent a083b1c commit 8f4af5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/include/config/monitor_crons.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Small helper array that may be used on some page controllers to
// fetch the crons we wish to monitor
$aMonitorCrons = array('statistics','payouts','token_cleanup','archive_cleanup','notification_cleanup','blockupdate','findblock','notifications','tickerupdate','liquid_payout');
$aMonitorCrons = array('statistics','payouts','token_cleanup','archive_cleanup','notification_cleanup','blockupdate','findblock','notifications','tickerupdate');

switch ($config['payout_system']) {
case 'pplns':
Expand Down

0 comments on commit 8f4af5b

Please sign in to comment.