From d3301a2c82b1e3af023f554a45207045f6912029 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Mon, 30 Aug 2010 21:58:49 +0100 Subject: [PATCH] Fixed strict bug --- webui/pages/jobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/pages/jobs.php b/webui/pages/jobs.php index 336c9b2..4549f99 100644 --- a/webui/pages/jobs.php +++ b/webui/pages/jobs.php @@ -5,7 +5,7 @@ $req = $main->request(); $config = $main->config(); 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 # the id of the single item to act upon. Work out which was used now.