Changeset 11243


Ignore:
Timestamp:
Jun 5, 2011, 11:21:04 PM (13 years ago)
Author:
Gotcha
Message:

Load local languages files
bug:2329

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/classes/cf_plugin.class.php

    r10035 r11243  
    7272    // Include language advices
    7373    load_language('plugin.lang', CF_PATH);
     74        load_language('lang', PHPWG_ROOT_PATH.'local/', array('no_fallback'=>true, 'local'=>true) );
    7475   
    7576    if (!isset($block_mbMenu->data[CF_MENUBAR_KEY])) {
Note: See TracChangeset for help on using the changeset viewer.