Merge pull request #23981 from eileenmcnaughton/act_seq
[civicrm-core.git] / CRM / Contribute / Exception / InactiveContributionPageException.php
index 5c8b82e65f01d98e74c8e64897c7d8356981314c..828a5c5798e059351bd1dc217d71fc060d4cb57c 100644 (file)
@@ -14,7 +14,7 @@ class CRM_Contribute_Exception_InactiveContributionPageException extends Excepti
    * @param int $id
    */
   public function __construct($message, $id) {
-    parent::__construct(ts($message));
+    parent::__construct($message);
     $this->id = $id;
     CRM_Core_Error::debug_log_message('inactive contribution page access attempted - page number ' . $id);
   }