Ignore:
Timestamp:
Jul 10, 2013, 11:21:56 PM (11 years ago)
Author:
Eric
Message:

Next version is 1.1.4:
Compatibility fixed with other plugins (UAM and Register_FluxBB)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Prune_History/main.inc.php

    r21100 r23906  
    3333if (isset($conf_PH['AUTOPRUNE']) and $conf_PH['AUTOPRUNE'] == 'true')
    3434{
    35   add_event_handler('login_success', 'history_autoprune' );
     35  add_event_handler('login_success', 'history_autoprune', EVENT_HANDLER_PRIORITY_NEUTRAL, 10);
    3636}
    3737?>
Note: See TracChangeset for help on using the changeset viewer.