Merge pull request #17597 from eileenmcnaughton/dopayment
[civicrm-core.git] / extern / rest.php
index 39d24189068be04299b71b15a1b2da2e08fb1639..f87ace493c6979b47889f102b3dee8e2dc74f0c4 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 require_once '../civicrm.config.php';
-$config = CRM_Core_Config::singleton();
+CRM_Core_Config::singleton();
 
 if (defined('PANTHEON_ENVIRONMENT')) {
   ini_set('session.save_handler', 'files');