mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-04 05:43:36 +03:00
Oops... missing semi-colon (now fixed)
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@68483 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
8a00ef61e8
commit
7bb65068cd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class PHPExcel_Shared_OLE_PPS_Root extends PHPExcel_Shared_OLE_PPS
|
|||
* Directory for temporary files
|
||||
* @var string
|
||||
*/
|
||||
protected $_tmp_dir
|
||||
protected $_tmp_dir = '';
|
||||
|
||||
/**
|
||||
* @param integer $time_1st A timestamp
|
||||
|
|
Loading…
Add table
Reference in a new issue