This commit is contained in:
Friendika 2011-06-23 22:23:26 -07:00
parent 694c1c1af4
commit e320975d73
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
$local_uid = $r[0]['uid'];
if(! strstr($my_prvkey,'BEGIN RSA PRIVATE KEY')) {
if(! strstr($my_prvkey,'PRIVATE KEY')) {
$message = t('Our site encryption key is apparently messed up.');
xml_status(3,$message);
}