Skip to content
Snippets Groups Projects
Commit 9f52da6a authored by llaffont's avatar llaffont
Browse files

Correction exceptions sur le FRBR

parent ae8ac624
Branches
Tags
No related merge requests found
......@@ -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) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment