Ignore:
Timestamp:
Jun 18, 2013, 9:07:36 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Import přepracován na aplikační modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r550 r551  
    2020include_once(dirname(__FILE__).'/../Modules/User/User.php');
    2121include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php');
     22include_once(dirname(__FILE__).'/../Modules/Import/Import.php');
    2223include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php');
    2324
     
    7172  $System->ModuleManager->RegisterModule(new ModuleDictionary($System));
    7273  $System->ModuleManager->RegisterModule(new ModuleTranslation($System));
     74  $System->ModuleManager->RegisterModule(new ModuleImport($System));
    7375  $System->ModuleManager->StartAll();
    7476}
Note: See TracChangeset for help on using the changeset viewer.