Again
This commit is contained in:
parent
42492b5cf2
commit
9785d229de
|
@ -599,8 +599,8 @@ class EPub {
|
|||
if ($b[0] == "/")
|
||||
throw new InvalidArgumentException("Second path part must not start with " . $m_Separator);
|
||||
|
||||
$splittedA = preg_split("/", $a);
|
||||
$splittedB = preg_split("/", $b);
|
||||
$splittedA = preg_split("#/#", $a);
|
||||
$splittedB = preg_split("#/#", $b);
|
||||
|
||||
$pathParts = array();
|
||||
$mergedPath = array_merge($splittedA, $splittedB);
|
||||
|
|
Loading…
Reference in a new issue