Changeset 838 for trunk/Modules/Forum/Forum.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Forum/Forum.php
r816 r838 3 3 class ModuleForum extends AppModule 4 4 { 5 function __construct( $System)5 function __construct(System $System) 6 6 { 7 7 parent::__construct($System); … … 14 14 } 15 15 16 function Start()16 function DoStart() 17 17 { 18 18 $this->System->RegisterPage('forum', 'PageForum');
Note:
See TracChangeset
for help on using the changeset viewer.