Parcourir la source

[ZF-449] Zend_Pdf

- fixed syntax error generated after r22797.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22834 44c647ce-9c0f-0410-b52a-842ac1e357ba
ramon il y a 15 ans
Parent
commit
1976aebea6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      library/Zend/Pdf/Resource.php

+ 1 - 1
library/Zend/Pdf/Resource.php

@@ -85,7 +85,7 @@ abstract class Zend_Pdf_Resource
         $factory = Zend_Pdf_ElementFactory::createFactory(1);
         $factory = Zend_Pdf_ElementFactory::createFactory(1);
         $processed = array();
         $processed = array();
 
 
-        CLONE_MODE_FORCE_CLONING
+        //CLONE_MODE_FORCE_CLONING
 
 
         // Clone dictionary object.
         // Clone dictionary object.
         // Do it explicitly to prevent sharing page attributes between different
         // Do it explicitly to prevent sharing page attributes between different