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