Changeset 8437 for extensions/FacebookPlug/Plugin/include/index.inc.php
- Timestamp:
- Jan 2, 2011, 2:56:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/FacebookPlug/Plugin/include/index.inc.php
r8436 r8437 144 144 if ($conf['fbp']['share_album']) 145 145 { 146 add_event_handler('loc_end_index', 'fbp_loc_end_index', EVENT_HANDLER_PRIORITY_NEUTRAL+ 999 /* In order to be last*/);146 add_event_handler('loc_end_index', 'fbp_loc_end_index', EVENT_HANDLER_PRIORITY_NEUTRAL+1 /* In order to be on right */); 147 147 } 148 148
Note: See TracChangeset
for help on using the changeset viewer.