Make it possible to clear the recently active plugins list. Fixes #7613 props caesarsgrunt.

git-svn-id: http://svn.automattic.com/wordpress/trunk@8755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-08-27 20:55:48 +00:00
parent 00583d64eb
commit cf7387ec40
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ foreach( array('activate-selected', 'deactivate-selected', 'delete-selected', 'c
}
}
if( isset($_REQUEST['action']) )
if( isset($_REQUEST['action']) && !empty($_REQUEST['action']) )
$action = $_REQUEST['action'];
$plugin = isset($_REQUEST['plugin']) ? $_REQUEST['plugin'] : '';