Changeset 1994


Ignore:
Timestamp:
May 2, 2007, 5:09:10 AM (17 years ago)
Author:
rvelices
Message:

check for is_adviser in plugin admin page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugins.php

    r1900 r1994  
    3838// |                     perform requested actions                         |
    3939// +-----------------------------------------------------------------------+
    40 if ( isset($_GET['action']) and isset($_GET['plugin']) )
     40if ( isset($_GET['action']) and isset($_GET['plugin']) and !is_adviser() )
    4141{
    4242  $plugin_id = $_GET['plugin'];
Note: See TracChangeset for help on using the changeset viewer.