(mvc) replace endmarker on backend call

This commit is contained in:
Ad Schellevis 2015-05-15 14:59:15 +02:00
parent c7de959869
commit 2f5f4b110c

View File

@ -92,6 +92,6 @@ class Backend
}
return $resp;
return str_replace($endOfStream, "", $resp);
}
}