- Timestamp:
- Apr 2, 2011, 4:48:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/plugins_list.php
r9994 r9995 39 39 if (isset($_GET['action']) and isset($_GET['plugin'])) 40 40 { 41 if ( $_GET['action'] == 'uninstall'AND !is_webmaster())41 if (in_array($_GET['action'], array('install', 'uninstall')) AND !is_webmaster()) 42 42 { 43 43 array_push($page['errors'], l10n('Webmaster status is required.'));
Note: See TracChangeset
for help on using the changeset viewer.