Changeset 23905 for extensions/Register_FluxBB
- Timestamp:
- Jul 10, 2013, 11:16:05 PM (11 years ago)
- Location:
- extensions/Register_FluxBB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Register_FluxBB/changelog.txt.php
r23567 r23905 147 147 Translation keys fixed 148 148 149 2.5.13 - Compatibility fixed with other plugins (UAM and Prune_History) 150 Update da_DK, thanks to : Kaare 151 Update de_DE, thanks to : stephy and Yogie 152 Update el_GR, thanks to : bas_alba 153 Update es_ES, thanks to : jpr928 154 Update tr_TR, thanks to : LazBoy 155 Update lv_LV, thanks to : agrisans 156 Update it_IT, thanks to : Ericnet 157 Update uk_UA, thanks to : tb0hdan 158 Update pt_BR, thanks to : flaviove 159 149 160 */ 150 161 ?> -
extensions/Register_FluxBB/main.inc.php
r22205 r23905 63 63 // Redirection to profile page 64 64 // --------------------------- 65 add_event_handler('login_success', 'Register_FluxBB_Login' );65 add_event_handler('login_success', 'Register_FluxBB_Login', EVENT_HANDLER_PRIORITY_NEUTRAL, 10); 66 66 67 67 /* Profile management */ … … 75 75 76 76 /* Access validation in FluxBB when validated in Piwigo through UAM plugin */ 77 add_event_handler('login_success', 'UAM_Bridge', EVENT_HANDLER_PRIORITY_NEUTRAL, 2 );77 add_event_handler('login_success', 'UAM_Bridge', EVENT_HANDLER_PRIORITY_NEUTRAL, 20); 78 78 79 79 ?>
Note: See TracChangeset
for help on using the changeset viewer.