Viewing 1 replies (of 1 total)
  • Hi,
    I’m the plugin author. Could you tell me what actions you took that caused this? Here is the code that sets $postText:

    if ( $_SERVER['REQUEST_METHOD'] === 'POST' )
    {
       $postText = trim(file_get_contents('php://input'));
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: After the Deadline] PHP Error – Undefined variable on line 45’ is closed to new replies.