update fpdf and fpdi
This commit is contained in:
parent
c0391eb5ba
commit
cb87236f6b
15
debian/patches/fix-path-fpdi
vendored
15
debian/patches/fix-path-fpdi
vendored
@ -1,15 +0,0 @@
|
|||||||
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 2015-01-03 14:09:06.000000000 +0100
|
|
||||||
+++ b/share/pnp/application/controllers/pdf.php 2017-05-20 15:37:12.472000000 +0200
|
|
||||||
@@ -259,7 +259,7 @@
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
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() {
|
|
7151
debian/patches/fpdf-update
vendored
Normal file
7151
debian/patches/fpdf-update
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -1,4 +1,4 @@
|
|||||||
fix-path-fpdi
|
fpdf-update
|
||||||
apache-fix-path-to-userfile
|
apache-fix-path-to-userfile
|
||||||
fix-npcd-path
|
fix-npcd-path
|
||||||
fix-nagios-url
|
fix-nagios-url
|
||||||
|
Loading…
Reference in New Issue
Block a user