mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-29 17:56:44 +03:00
Fix PclZip (PHP7 deprecated constructor)
This commit is contained in:
parent
d5aca4e69a
commit
cb006abbc1
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@
|
|||
// Note that no real action is taken, if the archive does not exist it is not
|
||||
// created. Use create() for that.
|
||||
// --------------------------------------------------------------------------------
|
||||
function PclZip($p_zipname)
|
||||
function __construct($p_zipname)
|
||||
{
|
||||
|
||||
// ----- Tests the zlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue