1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-08 17:16:28 +02:00

rm whitespace

This commit is contained in:
Dmitriy Novash
2023-01-03 17:46:24 +02:00
parent 8d9c17001c
commit fff7a2bc6e

View File

@@ -221,7 +221,7 @@ f00bar;
case "getFolders":
return $this->getFolders($_REQUEST);
}
// checking working directory
if (!isset($_REQUEST["dir"]) || !$this->isPathValid($_REQUEST["dir"]))
throw new IFMException($this->l("invalid_dir"));