Changeset 12033 for trunk/admin/plugins_installed.php
- Timestamp:
- Sep 2, 2011, 11:08:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/plugins_installed.php
r12029 r12033 63 63 if (isset($_GET['action']) and isset($_GET['plugin'])) 64 64 { 65 if ( in_array($_GET['action'], array('install', 'uninstall')) AND!is_webmaster())65 if (!is_webmaster()) 66 66 { 67 67 array_push($page['errors'], l10n('Webmaster status is required.'));
Note: See TracChangeset
for help on using the changeset viewer.