diff --git a/library/Class/FRBR/Link.php b/library/Class/FRBR/Link.php
index 676a78d440b57e444870da484764cf1dfcdcf6d9..1e30b6c8d0bf889fb3be3cbcf811630a6329d724 100644
--- a/library/Class/FRBR/Link.php
+++ b/library/Class/FRBR/Link.php
@@ -143,9 +143,6 @@ class Class_FRBR_Link extends Storm_Model_Abstract {
 		if (self::TYPE_EXTERNAL == $this->{'get'. ucfirst($type) . 'Type'}())
 			return;
 
-		if (!self::TYPE_NOTICE)
-			return;
-
 		$attribute = '_' . $type .'_entity';
 		if (!$this->$attribute) {