Onesigfnal

This commit is contained in:
CHIEFSOFT\ameye
2023-12-07 21:47:34 -05:00
parent abfa61d4e7
commit fc1055add8
+2 -1
View File
@@ -42,7 +42,8 @@ class WrenchCrons extends BaseController
$out=[];
$in['call_action'] = WRB_CRONJOB_NOTIFICATIONS;
$in['one_limit'] = 10;
$in['one_limit'] = 10; //remove this
$in['limit'] = 10;
$ret['WRB_CRONJOB_NOTIFICATIONS'] = $wrenchboard->wrenchboard_api($in, $out);
$out = $ret;
log_message('critical', "WrenchCrons Out ===> cron_notifications ******** 0001");