]> git.pld-linux.org Git - packages/ZendFramework.git/blame - ZendFramework-Zend_Pdf-excaption.patch
- todo "done" (those were require calls in unreachable [as of 1.9.7] code)
[packages/ZendFramework.git] / ZendFramework-Zend_Pdf-excaption.patch
CommitLineData
efd7c5a2
AG
1--- ZendFramework-1.9.7/library/Zend/Pdf/Font.php~ 2010-01-13 01:38:25.537700969 +0100
2+++ ZendFramework-1.9.7/library/Zend/Pdf/Font.php 2010-01-13 01:46:38.550555791 +0100
3@@ -551,7 +551,7 @@
4 break;
5
6 default:
7- require_once 'Zend/Pdf/Excaption.php';
8+ require_once 'Zend/Pdf/Exception.php';
9 throw new Zend_Pdf_Exception("Unknown font name: $name",
10 Zend_Pdf_Exception::BAD_FONT_NAME);
11 }
This page took 0.254366 seconds and 4 git commands to generate.