Skip to content

Commit 15dcb38

Browse files
author
Bas-Jan 't Jong
committed
Messed up something. Resetting
1 parent 2187954 commit 15dcb38

File tree

3 files changed

+169
-143
lines changed

3 files changed

+169
-143
lines changed

src/PhpWord/Element/AbstractContainer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ private function checkElementDocPart()
412412
$docPart = $isCellTextrun ? $this->getDocPart() : $this->container;
413413
$docPartId = $isCellTextrun ? $this->getDocPartId() : $this->sectionId;
414414
$inHeaderFooter = ($docPart == 'header' || $docPart == 'footer');
415-
$docPartId = $inHeaderFooter ? $this->getDocPartId() : $docPartId;
416415
return $inHeaderFooter ? $docPart . $docPartId : $docPart;
417416
}
418417

0 commit comments

Comments
 (0)