]> git.pld-linux.org Git - packages/ZendFramework.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 13 Jan 2010 00:54:19 +0000 (00:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ZendFramework-Zend_Pdf-excaption.patch -> 1.1

ZendFramework-Zend_Pdf-excaption.patch [new file with mode: 0644]

diff --git a/ZendFramework-Zend_Pdf-excaption.patch b/ZendFramework-Zend_Pdf-excaption.patch
new file mode 100644 (file)
index 0000000..9c9aff1
--- /dev/null
@@ -0,0 +1,11 @@
+--- ZendFramework-1.9.7/library/Zend/Pdf/Font.php~     2010-01-13 01:38:25.537700969 +0100
++++ ZendFramework-1.9.7/library/Zend/Pdf/Font.php      2010-01-13 01:46:38.550555791 +0100
+@@ -551,7 +551,7 @@
+                 break;
+             default:
+-                require_once 'Zend/Pdf/Excaption.php';
++                require_once 'Zend/Pdf/Exception.php';
+                 throw new Zend_Pdf_Exception("Unknown font name: $name",
+                                              Zend_Pdf_Exception::BAD_FONT_NAME);
+         }
This page took 0.180624 seconds and 4 git commands to generate.