fix typo in class var _dms

This commit is contained in:
Uwe Steinmann 2023-08-28 12:09:33 +02:00
parent 9f23cc37d7
commit 4a1a3c6bfe

View File

@ -163,7 +163,7 @@ class SeedDMS_AroAco { /* {{{ */
* @return object instance of SeedDMS_Aco * @return object instance of SeedDMS_Aco
*/ */
function __construct($dms, $id, $parent, $object, $alias) { /* {{{ */ function __construct($dms, $id, $parent, $object, $alias) { /* {{{ */
$this->_dmѕ = $dms; $this->_dms = $dms;
$this->_id = $id; $this->_id = $id;
$this->_parent = $parent; $this->_parent = $parent;
$this->_object = $object; $this->_object = $object;