[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
kesmas
/
33018
/
lib
/
pkp
/
lib
/
[
Home
]
File: laravel-helper-4017.diff
--- src/Illuminate/Foundation/helpers.php 2020-11-25 11:58:39.156265330 -0800 +++ src/Illuminate/Foundation/helpers.php-patched 2020-11-25 12:19:26.628115587 -0800 @@ -881,7 +881,8 @@ } } -if (! function_exists('__')) { +// DISABLED __ helper to avoid PKP conflict: https://github.com/pkp/pkp-lib/issues/4017 +if (false && ! function_exists('__')) { /** * Translate the given message. *