CRM-21214 - Fix address sharing - small change
authorDaniël <9696905+DanielvV@users.noreply.github.com>
Wed, 27 Sep 2017 16:21:00 +0000 (18:21 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2017 16:21:00 +0000 (18:21 +0200)
CRM/Core/BAO/Address.php

index 783a6ce8f452ecc1dac4b9b038382c172fab85cc..94f030b006a7cd947cfc71a5a3044bc9190edc1d 100644 (file)
@@ -1019,7 +1019,7 @@ SELECT is_primary,
       CRM_Core_Session::setStatus(ts("You can't connect an address to itself"), '', 'warning');
     }
   }
-  
+
   /**
    * Update the shared addresses if master address is modified.
    *