Imported Debian patch 0.6.24+dfsg1-4~bpo80+1
This commit is contained in:
committed by
Mario Fetka
parent
32a360eca6
commit
69f960eb4a
15
debian/patches/fix-path-fpdi
vendored
Normal file
15
debian/patches/fix-path-fpdi
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
Description: FPDI is shipped in its own subdirectory -- adopt path in pdf.php.
|
||||
Author: Sven Velt <sven@velt.de>
|
||||
Forwarded: not-needed
|
||||
|
||||
--- a/share/pnp/application/controllers/pdf.php
|
||||
+++ b/share/pnp/application/controllers/pdf.php
|
||||
@@ -268,7 +268,7 @@ class Pdf_Controller extends System_Cont
|
||||
*
|
||||
*/
|
||||
require Kohana::find_file('vendor/fpdf', 'fpdf');
|
||||
-require Kohana::find_file('vendor/fpdf', 'fpdi');
|
||||
+require Kohana::find_file('vendor/fpdi', 'fpdi');
|
||||
class PDF extends FPDI {
|
||||
//Page header
|
||||
function Header() {
|
||||
Reference in New Issue
Block a user