Aggiornamenti rapi
This commit is contained in:
@@ -46,13 +46,15 @@ abstract class RAPI_RequestDetails extends RAPI_MessageDetails{
|
||||
* @return RAPI_RequestDetails
|
||||
*/
|
||||
public function generateChecksumFake(){
|
||||
$encObj = parent::generateEncryptionObject();
|
||||
|
||||
$tmp = new stdClass();
|
||||
if (sizeof(static::getArgumentList())>0){
|
||||
foreach (static::getArgumentList() as $arg){
|
||||
$tmp->$arg = "";
|
||||
}
|
||||
}
|
||||
$obj = new static($tmp);
|
||||
$obj = new static($tmp,$encObj->attachments);
|
||||
$obj->md5 = $this->getChecksum();
|
||||
|
||||
return $obj;
|
||||
|
||||
Reference in New Issue
Block a user