Changeset 586 for trunk/Modules/NetworkShare/NetworkShare.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkShare/NetworkShare.php
r548 r586 18 18 } 19 19 20 function Install()20 function DoInstall() 21 21 { 22 parent::Install();23 22 } 24 23 25 function UnInstall()24 function DoUnInstall() 26 25 { 27 parent::UnInstall();28 26 } 29 27 30 function Start()28 function DoStart() 31 29 { 32 parent::Start();33 30 $this->System->RegisterPage('share', 'SharePage'); 34 31 }
Note:
See TracChangeset
for help on using the changeset viewer.