/**
  * Send a support query and possibly diagnostics to EasyRecipePlus support
  * // FIXME - fix the plugin name in the support template on the "Click here ..." link - else won't work for beta version
  */
 function sendSupport()
 {
     $diagnostics = new EasyRecipePlusDiagnostics();
     $diagnostics->send(self::DIAGNOSTICS_URL, array('action' => 'easysupportDiagnostic'));
 }