mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +00:00
Fixing set (allowing overwrite)
This commit is contained in:
parent
0c3e2e98de
commit
669dfed3d2
|
|
@ -115,7 +115,7 @@ class InfoManager
|
||||||
throw new \InvalidArgumentException('Type of $data "' . gettype($data) . '" is not supported.');
|
throw new \InvalidArgumentException('Type of $data "' . gettype($data) . '" is not supported.');
|
||||||
}
|
}
|
||||||
|
|
||||||
ArrayUtils::setArray($path, $this->info, $data, $delim);
|
ArrayUtils::setArray($path, $this->info, $data, $delim, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user