$_POST['cache_schedule_interval'] not found
-
On line 1624 add a extra check for the POST value because it is throwing an error.
if (isset($_POST[ ‘cache_schedule_interval’ ]) && isset( $schedules[ $_POST[ ‘cache_schedule_interval’ ] ] )
- The topic ‘$_POST['cache_schedule_interval'] not found’ is closed to new replies.