1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-11 18:43:58 +02:00

Fix deprecated creation of dynamic property initialWD (#191)

This commit is contained in:
Marco Dickert
2024-01-21 23:43:04 +01:00
parent 743b40d9b9
commit 4109d867fa

View File

@@ -72,9 +72,9 @@ class IFM {
];
private $config = [];
private $templates = [];
private $i18n = [];
public $mode = "standalone";
private $initialWD;
public function __construct($config=[]) {
// store initial working directory