Details
Description
There were some missing brackets in the function call line.
$cron_function;
Does nothing.
$cron_function();
calls the function.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
There were some missing brackets in the function call line.
$cron_function;
Does nothing.
$cron_function();
calls the function.