...
Florian Schaal
2014-01-26 98aae1febc6571d2d35dd21f08e68be5f540b80a
interface/lib/classes/remote.d/mail.inc.php
@@ -214,6 +214,10 @@
         return false;
      }
      //* Set a few params to non empty values that will be overwritten by mail_plugin
      if (!isset($params['uid'])) $params['uid'] = -1;
      if (!isset($params['gid'])) $params['gid'] = -1;
      $affected_rows = $this->insertQuery('../mail/form/mail_user.tform.php', $client_id, $params);
      return $affected_rows;
   }