Changeset 12713


Ignore:
Timestamp:
Dec 9, 2011, 4:38:15 PM (12 years ago)
Author:
patdenice
Message:

Avoid combined script circular dependency with PWG Stuffs

File:
1 edited

Legend:

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

    r12707 r12713  
    11<?php /*
    22Plugin Name: RV Thumb Scroller
    3 Version: 2.3.b
     3Version: 2.3.c
    44Plugin URI: http://piwigo.org/ext/extension_view.php?eid=493
    55Description: Loads async using ajax thumbnails on index page as you scroll down the page
     
    77Author URI: http://www.modusoptimus.com
    88*/
    9 define('RVTS_VERSION', '2.3.b');
     9define('RVTS_VERSION', '2.3.c');
    1010
    1111class RVTS
     
    2121                        $page['nb_image_page'] = max($page['nb_image_page'], count($page['items']));
    2222        }
    23         add_event_handler('loc_begin_index', array('RVTS','on_index_begin'));
     23        add_event_handler('loc_begin_index', array('RVTS','on_index_begin'), EVENT_HANDLER_PRIORITY_NEUTRAL+10);
    2424}
    2525
Note: See TracChangeset for help on using the changeset viewer.