File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
* License: GNU/GPLv2
9
9
* @see LICENSE.txt
10
10
*
11
- * This file: The loader (last modified: 2021.02.07 ).
11
+ * This file: The loader (last modified: 2021.03.03 ).
12
12
*/
13
13
14
14
namespace phpMussel \Core ;
@@ -171,7 +171,7 @@ class Loader
171
171
/**
172
172
* @var string Safety mechanism for logging events.
173
173
*/
174
- const SAFETY = "\x3c\x3fphp die; \x3f\x3e" ;
174
+ public const SAFETY = "\x3c\x3fphp die; \x3f\x3e" ;
175
175
176
176
/**
177
177
* Construct the loader.
Original file line number Diff line number Diff line change 8
8
* License: GNU/GPLv2
9
9
* @see LICENSE.txt
10
10
*
11
- * This file: Zip handler (last modified: 2020.07.11 ).
11
+ * This file: Zip handler (last modified: 2021.03.03 ).
12
12
*/
13
13
14
14
namespace phpMussel \Core ;
@@ -54,7 +54,7 @@ public function __construct($Pointer)
54
54
return ;
55
55
}
56
56
57
- $ this ->ZipObject = new \ZipArchive ;
57
+ $ this ->ZipObject = new \ZipArchive () ;
58
58
if (!$ this ->ZipObject ->open ($ Pointer )) {
59
59
$ this ->ErrorState = 2 ;
60
60
return ;
You can’t perform that action at this time.
0 commit comments