Err, forgot semicolon.
This commit is contained in:
		@@ -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...');
 | 
					                common_log(LOG_INFO, 'Subscribed profile id=='.$sub->subscribed.' not found when deleting profile id=='.$this->getID().', ignoring...');
 | 
				
			||||||
            } catch (ServerException $e) {
 | 
					            } catch (ServerException $e) {
 | 
				
			||||||
                // Subscription cancel failed
 | 
					                // 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...');
 | 
					                common_log(LOG_INFO, 'Subscribed profile id=='.$sub->subscribed.' not found when deleting profile id=='.$this->getID().', ignoring...');
 | 
				
			||||||
            } catch (ServerException $e) {
 | 
					            } catch (ServerException $e) {
 | 
				
			||||||
                // Subscription cancel failed
 | 
					                // 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...');
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user