Fixed PHP7 Depecated Warnings

This commit is contained in:
Andreas Oesterreicher
2017-06-07 18:16:11 +02:00
parent 45b4c84764
commit 60ab8fdd1b
15 changed files with 83 additions and 83 deletions
+2 -2
View File
@@ -43,10 +43,10 @@ class OLE_PPS_File extends OLE_PPS
* @param string $name The name of the file (in Unicode)
* @see OLE::Asc2Ucs()
*/
function OLE_PPS_File($name)
function __construct($name)
{
$this->_tmp_dir = '';
$this->OLE_PPS(
parent::__construct(
null,
$name,
OLE_PPS_TYPE_FILE,