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)

Location:
extensions/Prune_History
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Prune_History/changelog.txt

    r22872 r23906  
    4141
    42422013-05-25 - 1.1.3 - Add pt_PT, thanks to : ANO
     43
     442013-07-10 - 1.1.4 - Compatibility fixed with other plugins (UAM and Register_FluxBB)
  • 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.