url params
[civicrm-core.git] / extern / open.php
index b5db5f7e70e34171a70420ac7888cbc1172c13f0..2b883362063dd72f6bf135306be07864d31f294b 100644 (file)
@@ -6,7 +6,7 @@ require_once 'CRM/Utils/Type.php';
 require_once 'CRM/Utils/Rule.php';
 require_once 'CRM/Utils/Request.php';
 
-$config = CRM_Core_Config::singleton();
+CRM_Core_Config::singleton();
 $queue_id = CRM_Utils_Request::retrieveValue('q', 'Positive', NULL, FALSE, 'GET');
 if (!$queue_id) {
   echo "Missing input parameters\n";