Fixed strict bug

This commit is contained in:
2010-08-30 21:58:49 +01:00
parent 16fb478652
commit d3301a2c82

View File

@@ -5,7 +5,7 @@ $req = $main->request();
$config = $main->config(); $config = $main->config();
if ($req->get('submit')) { if ($req->get('submit')) {
$action = RippingCluster_Main::issetelse($_POST['action'], RippingCluster_Exception_InvalidParameters); $action = RippingCluster_Main::issetelse($_POST['action'], 'RippingCluster_Exception_InvalidParameters');
# If a bulk action was selected, the action will be a single term, otherwise it will also contain # If a bulk action was selected, the action will be a single term, otherwise it will also contain
# the id of the single item to act upon. Work out which was used now. # the id of the single item to act upon. Work out which was used now.