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/public.php

    r6798 r6846  
    2424}
    2525
     26if (!empty($_GET['action']) && in_array($_GET['action'], array('add', 'get'))) {
     27  include_once T4U_PLUGIN_ROOT . "/include/t4u_admin_action.inc.php";
     28}
     29
    2630include_once T4U_PLUGIN_ROOT . "/include/t4u_content.class.php";
    2731
Note: See TracChangeset for help on using the changeset viewer.