Skip to content
Snippets Groups Projects
Commit 56c749f6 authored by Kevin Howe's avatar Kevin Howe
Browse files

When dbid is present and adaptor is missing, return 0 regardless of

message_only_once
parent b1cb75f4
No related branches found
No related tags found
No related merge requests found
......@@ -156,8 +156,8 @@ sub is_stored {
warning("Storable object has a dbID but not an adaptor.\n" .
'Storable objects must have neither OR both.');
$message_only_once = 0;
return 0;
}
return 0;
}
if($adaptor && !$dbID) {
......
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