Ignore:
Timestamp:
Aug 28, 2010, 4:26:07 PM (14 years ago)
Author:
nikrou
Message:

Update tags with an ajax request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/admin.php

    r6806 r6813  
    2828$me = get_plugin_data($plugin_id);
    2929$save_config = false;
     30
     31if (!empty($_GET['action']) && in_array($_GET['action'], array('add', 'get'))) {
     32  include_once T4U_PLUGIN_ROOT . "/include/t4u_admin_action.inc.php";
     33}
    3034
    3135$status_options[null] = '----------';
Note: See TracChangeset for help on using the changeset viewer.