Changeset 838 for trunk/Modules/Translation/Translation.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Translation.php
r826 r838 11 11 class ModuleTranslation extends AppModule 12 12 { 13 function __construct( $System)13 function __construct(System $System) 14 14 { 15 15 parent::__construct($System); … … 22 22 } 23 23 24 function Start()24 function DoStart() 25 25 { 26 26 global $TranslationTree;
Note:
See TracChangeset
for help on using the changeset viewer.