Ignore:
Timestamp:
11/06/07 18:22:00 (5 years ago)
Author:
root
Message:

Updated the modules to use the new locale_load() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/module_installer.php

    r1058 r1074  
    1919+----------------------------------------------------*/ 
    2020 
    21 if (file_exists(PATH_MODULES."wiki/locale/".$settings['locale'].".php")) { 
    22     include PATH_MODULES."wiki/locale/".$settings['locale'].".php"; 
    23 } else { 
    24     include PATH_MODULES."wiki/locale/English.php"; 
    25 } 
     21locale_load("modules.wiki"); 
    2622 
    2723/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.