Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit d9cef45

Browse files
committed
FIx JSPacker static function call.
1 parent 010a77d commit d9cef45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/core/classes/class.AJXP_JSPacker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static function pack()
6262
* @param $mode
6363
* @return bool
6464
*/
65-
public function concatListAndPack($src, $out, $mode)
65+
public static function concatListAndPack($src, $out, $mode)
6666
{
6767
if (!is_file($src) || !is_readable($src)) {
6868
return false;

0 commit comments

Comments
 (0)