Code

Cleaned up and documented patches.
[pkg-pnp4nagios.git] / debian / patches / fix-path-fpdi
1 Description: FPDI is shipped in its own subdirectory -- adopt path in pdf.php.
2 Author: Sven Velt <sven@velt.de>
3 Forwarded: not-needed
5 --- a/share/pnp/application/controllers/pdf.php
6 +++ b/share/pnp/application/controllers/pdf.php
7 @@ -267,7 +267,7 @@
8  *
9  */
10  require Kohana::find_file('vendor/fpdf', 'fpdf');
11 -require Kohana::find_file('vendor/fpdf', 'fpdi');
12 +require Kohana::find_file('vendor/fpdi', 'fpdi');
13  class PDF extends FPDI {
14          //Page header
15          function Header() {