Changeset 1995


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

merge r1994 from trunk to branch-1_7
check for is_adviser in plugin admin page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/admin/plugins.php

    r1900 r1995  
    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.