mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
make class variable _number public
This commit is contained in:
parent
0aa0a8c3f4
commit
55a8d7275f
|
@ -20,8 +20,8 @@
|
||||||
|
|
||||||
class SeedDMS_Version {
|
class SeedDMS_Version {
|
||||||
|
|
||||||
var $_number = "4.3.8";
|
public $_number = "4.3.8";
|
||||||
var $_string = "SeedDMS";
|
private $_string = "SeedDMS";
|
||||||
|
|
||||||
function SeedDMS_Version() {
|
function SeedDMS_Version() {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user