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
|
@ -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…
Reference in New Issue