Changeset 838 for trunk/Modules/User/User.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/User.php
r829 r838 8 8 class ModuleUser extends AppModule 9 9 { 10 function __construct( $System)10 function __construct(System $System) 11 11 { 12 12 parent::__construct($System); … … 19 19 } 20 20 21 function Start()21 function DoStart() 22 22 { 23 23 $this->System->User = new User($this->System); … … 100 100 var $PreferredVersion = 0; 101 101 102 function __construct( $System)102 function __construct(System $System) 103 103 { 104 104 $this->System = &$System;
Note:
See TracChangeset
for help on using the changeset viewer.