CRM-10693 - AJAX - Standardize protocol for page, form, messages
[civicrm-core.git] / CRM / Core / Session.php
index d667b837255c79ecd173a89864e1ebdd24a48b7c..7eb7b716298f0225ea29d2c1ecd848f678c0c927 100644 (file)
@@ -509,7 +509,7 @@ class CRM_Core_Session {
         'text' => $text,
         'title' => $title,
         'type' => $type,
-        'options' => $options ? json_encode($options) : NULL,
+        'options' => $options ? $options : NULL,
       );
     }
   }