Index: library/Opus/Model/Dependent/Link/Abstract.php
===================================================================
--- library/Opus/Model/Dependent/Link/Abstract.php	(Revision 12307)
+++ library/Opus/Model/Dependent/Link/Abstract.php	(Arbeitskopie)
@@ -71,6 +71,17 @@
      */
     private $_isModified = false;
 
+     /** Plugins to load
+     *
+     * @var array
+     */
+    protected $_plugins = array(
+// Plugin Opus_Model_Plugin_InvalidateDocumentCache
+// must NOT be used in dependent link models!
+//        'Opus_Model_Plugin_InvalidateDocumentCache' => null,
+    );
+
+    
     /**
      * Set the model that is linked to.
      *
