Ignore:
Timestamp:
Jul 14, 2011, 4:01:17 PM (13 years ago)
Author:
nikrou
Message:

Make plugin works as expected using webservice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/admin.php

    r11081 r11741  
    2626load_language('plugin.lang', T4U_PLUGIN_LANG);
    2727
    28 $me = get_plugin_data($plugin_id);
     28$me = t4u_Config::getInstance();
    2929$save_config = false;
    30 
    31 if (!empty($_GET['action']) && in_array($_GET['action'], array('add', 'get'))) {
    32   include_once T4U_PLUGIN_ROOT . "/include/t4u_admin_action.inc.php";
    33 }
    3430
    3531$status_options[null] = '----------';
Note: See TracChangeset for help on using the changeset viewer.