diff --git a/php/janrain-engage-php-sdk-0.1/console/index.php b/php/janrain-engage-php-sdk-0.1/console/index.php index f9d1b08..b36016b 100644 --- a/php/janrain-engage-php-sdk-0.1/console/index.php +++ b/php/janrain-engage-php-sdk-0.1/console/index.php @@ -242,6 +242,7 @@ } if (!empty($the_error)) { + $the_error = str_replace(ENGAGE_CONSOLE_API_KEY, $fourty_stars, $the_error); $style .= ' #the_errors { display:block; }