may be error in "admin\libraries\phocadownload\file\file.php"
Posted: 27 Apr 2020, 12:27
Archive: com_phocadownload_v3.2.0.zip
File: admin\libraries\phocadownload\file\file.php
String number: 227
Current code: public static function getFileTime($filename, $function, $format = DATE_FORMAT_LC3) {
Required code: public static function getFileTime($filename, $function, $format = 'DATE_FORMAT_LC3') {
Explanation: I get an error, if DATE_FORMAT_LC3 present without quotes!
Best regards,
Sergey Kuznetsov
File: admin\libraries\phocadownload\file\file.php
String number: 227
Current code: public static function getFileTime($filename, $function, $format = DATE_FORMAT_LC3) {
Required code: public static function getFileTime($filename, $function, $format = 'DATE_FORMAT_LC3') {
Explanation: I get an error, if DATE_FORMAT_LC3 present without quotes!
Best regards,
Sergey Kuznetsov