mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix typo in class var _dms
This commit is contained in:
parent
9f23cc37d7
commit
4a1a3c6bfe
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user