Err, forgot semicolon.
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 3 Jan 2016 21:22:58 +0000 (22:22 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 3 Jan 2016 21:22:58 +0000 (22:22 +0100)
classes/Profile.php

index b86a2ab3719d29dccabebd63c411b4132b4dc388..84781d0f755e7a2f6ebfa648f57963ad473a909d 100644 (file)
@@ -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...');
             }
         }