mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +00:00
fix line indenting
This commit is contained in:
parent
0e1b00d0b5
commit
1ec3367695
|
@ -38,10 +38,10 @@ class SeedDMS_Core_Object { /* {{{ */
|
||||||
*/
|
*/
|
||||||
public $_dms;
|
public $_dms;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SeedDMS_Core_Object constructor.
|
* SeedDMS_Core_Object constructor.
|
||||||
* @param $id
|
* @param $id
|
||||||
*/
|
*/
|
||||||
function __construct($id) { /* {{{ */
|
function __construct($id) { /* {{{ */
|
||||||
$this->_id = $id;
|
$this->_id = $id;
|
||||||
$this->_dms = null;
|
$this->_dms = null;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user