From: Mikael Nordfeldth Date: Sun, 3 Jan 2016 21:22:58 +0000 (+0100) Subject: Err, forgot semicolon. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7266a968f997896800b2d0b3344736bc99cd9494;p=quix0rs-gnu-social.git Err, forgot semicolon. --- 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...'); } }