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