Err, forgot semicolon.
This commit is contained in:
parent
f467b89f40
commit
7266a968f9
@ -955,7 +955,7 @@ class Profile extends Managed_DataObject
|
||||
common_log(LOG_INFO, 'Subscribed profile id=='.$sub->subscribed.' not found when deleting profile id=='.$this->getID().', ignoring...');
|
||||
} catch (ServerException $e) {
|
||||
// Subscription cancel failed
|
||||
common_log(LOG_INFO, 'Subscribed profile id=='.$other->getID().' could not be reached for unsubscription notice when deleting profile id=='.$this->getID().', ignoring...')
|
||||
common_log(LOG_INFO, 'Subscribed profile id=='.$other->getID().' could not be reached for unsubscription notice when deleting profile id=='.$this->getID().', ignoring...');
|
||||
}
|
||||
}
|
||||
|
||||
@ -975,7 +975,7 @@ class Profile extends Managed_DataObject
|
||||
common_log(LOG_INFO, 'Subscribed profile id=='.$sub->subscribed.' not found when deleting profile id=='.$this->getID().', ignoring...');
|
||||
} catch (ServerException $e) {
|
||||
// Subscription cancel failed
|
||||
common_log(LOG_INFO, 'Subscriber profile id=='.$other->getID().' could not be reached for unsubscription notice when deleting profile id=='.$this->getID().', ignoring...')
|
||||
common_log(LOG_INFO, 'Subscriber profile id=='.$other->getID().' could not be reached for unsubscription notice when deleting profile id=='.$this->getID().', ignoring...');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user