mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[php:connector] fix #1321 don't be trim of put contents
This commit is contained in:
@@ -105,7 +105,7 @@ class elFinderConnector {
|
||||
} else {
|
||||
$arg = isset($src[$name])? $src[$name] : '';
|
||||
|
||||
if (!is_array($arg)) {
|
||||
if (!is_array($arg) && $req !== '') {
|
||||
$arg = trim($arg);
|
||||
}
|
||||
if ($req && $arg === '') {
|
||||
|
||||
Reference in New Issue
Block a user