Changeset 22205


Ignore:
Timestamp:
Apr 14, 2013, 5:26:10 PM (11 years ago)
Author:
Eric
Message:

Version 2.5.9 (rebuild):
Fix corrupted en_UK/plugin.lang.php file (corruption from translation tool)

Location:
extensions/Register_FluxBB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Register_FluxBB/language/en_UK/plugin.lang.php

    r22095 r22205  
    7272
    7373$lang['Config_Disclaimer'] = '  Check the settings of your FluxBB installation and fix them if necessary.<br/>
    74   Change, if necessary, the behavior of the plugin as you want.';
    75   Check the settings of your FluxBB installation and fix them if necessary.<br/>
    7674  Change, if necessary, the behavior of the plugin as you want.';
    7775
  • extensions/Register_FluxBB/main.inc.php

    r22204 r22205  
    2424load_language('plugin.lang', REGFLUXBB_PATH);
    2525
    26 // admin plugins menu link
     26/* plugin administration */
    2727add_event_handler('get_admin_plugin_menu_links', 'Register_FluxBB_admin_menu');
    2828
     
    4747if (strpos(@$_GET['page'],'Register_FluxBB') === false) // Exclude user creation from plugin panel to make FluxBB2Piwigo synch available
    4848{
    49   add_event_handler('register_user', 'Register_FluxBB_Adduser', EVENT_HANDLER_PRIORITY_NEUTRAL, 2);
     49  add_event_handler('register_user', 'Register_FluxBB_Adduser');
    5050}
    5151
Note: See TracChangeset for help on using the changeset viewer.