Ignore:
Timestamp:
Jan 9, 2016, 11:45:01 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Some libraries moved to Common package located at Packages directory.
  • Modified: Application class System renamed to Core. System class is not just basic parent class for application.
  • Fixed: alert file now use same application class as other files.
  • Modified: Error application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/Translation.php

    r826 r838  
    1111class ModuleTranslation extends AppModule
    1212{
    13   function __construct($System)
     13  function __construct(System $System)
    1414  {
    1515    parent::__construct($System);
     
    2222  }
    2323
    24   function Start()
     24  function DoStart()
    2525  {
    2626    global $TranslationTree;
Note: See TracChangeset for help on using the changeset viewer.