48 if(!isset($a_header[
'Location']))
52 $end_path = strrpos($a_header[
'Location'],
"/");
54 if($end_path ===
false)
56 $ilLog->write(__METHOD__.
': Cannot find path seperator.');
59 $econtent_id = substr($a_header[
'Location'],$end_path + 1);
60 $ilLog->write(__METHOD__.
': Received EContentId '.$econtent_id);
61 return (
int) $econtent_id;