diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-26 13:58:53 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-26 13:58:53 +0000 |
| commit | 8895087e365acdacf9b3f1d958b816ea13eacbc2 (patch) | |
| tree | 0de35ab9d37931526bafcaa750ce439d3fb5d0bc /library/tecnick.com/tcpdf/include | |
| parent | 933df23d0335b9f27837cbbcda744fc6e63010ce (diff) | |
| download | webtrees-8895087e365acdacf9b3f1d958b816ea13eacbc2.tar.gz webtrees-8895087e365acdacf9b3f1d958b816ea13eacbc2.tar.bz2 webtrees-8895087e365acdacf9b3f1d958b816ea13eacbc2.zip | |
Update tecnick/tcpdf from 6.2.4 to 6.2.5
Diffstat (limited to 'library/tecnick.com/tcpdf/include')
| -rw-r--r-- | library/tecnick.com/tcpdf/include/tcpdf_static.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/tecnick.com/tcpdf/include/tcpdf_static.php b/library/tecnick.com/tcpdf/include/tcpdf_static.php index cd86680ed4..da0a5e7a23 100644 --- a/library/tecnick.com/tcpdf/include/tcpdf_static.php +++ b/library/tecnick.com/tcpdf/include/tcpdf_static.php @@ -1,9 +1,9 @@ <?php //============================================================+ // File name : tcpdf_static.php -// Version : 1.1.1 +// Version : 1.1.2 // Begin : 2002-08-03 -// Last Update : 2015-01-08 +// Last Update : 2015-01-24 // Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com // License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html) // ------------------------------------------------------------------- @@ -38,7 +38,7 @@ * This is a PHP class that contains static methods for the TCPDF class.<br> * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 1.1.1 + * @version 1.1.2 */ /** @@ -55,7 +55,7 @@ class TCPDF_STATIC { * Current TCPDF version. * @private static */ - private static $tcpdf_version = '6.2.3'; + private static $tcpdf_version = '6.2.5'; /** * String alias for total number of pages. @@ -2435,7 +2435,7 @@ class TCPDF_STATIC { if (strpos($filename, '://') === false) { $filename = 'file://'.$filename; } elseif (strpos($filename, 'file://') !== 0) { - $this->Error('Unsupported file protocol'); + return false; } return fopen($filename, $mode); } |
