We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce8e838 + 062a5b3 commit 26a51f4Copy full SHA for 26a51f4
library/Zend/Pdf/ElementFactory.php
@@ -376,7 +376,7 @@ public function listModifiedObjects($rootFactory = null)
376
$result = array();
377
#require_once 'Zend/Pdf/UpdateInfoContainer.php';
378
foreach ($this->_modifiedObjects as $objNum => $obj) {
379
- if ($this->_removedObjects->contains($obj)) {
+ if ($this->_removedObjects->offsetExists($obj)) {
380
$result[$objNum+$shift] = new Zend_Pdf_UpdateInfoContainer($objNum + $shift,
381
$obj->getGenNum()+1,
382
true);
0 commit comments