From 7266a968f997896800b2d0b3344736bc99cd9494 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 3 Jan 2016 22:22:58 +0100 Subject: [PATCH] Err, forgot semicolon. --- classes/Profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Profile.php b/classes/Profile.php index b86a2ab371..84781d0f75 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -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...'); } } -- 2.39.5