Ignore:
Timestamp:
Sep 4, 2010, 9:16:02 PM (14 years ago)
Author:
nikrou
Message:

Fix incorrect use of permissions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/admin.php

    r6813 r6846  
    2828$me = get_plugin_data($plugin_id);
    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.