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:
@@ -72,9 +72,9 @@ class IFM {
|
|||||||
];
|
];
|
||||||
|
|
||||||
private $config = [];
|
private $config = [];
|
||||||
private $templates = [];
|
|
||||||
private $i18n = [];
|
private $i18n = [];
|
||||||
public $mode = "standalone";
|
public $mode = "standalone";
|
||||||
|
private $initialWD;
|
||||||
|
|
||||||
public function __construct($config=[]) {
|
public function __construct($config=[]) {
|
||||||
// store initial working directory
|
// store initial working directory
|
||||||
|
Reference in New Issue
Block a user