Skip to content
Snippets Groups Projects
Commit 8cbbf0ba authored by pbarroca's avatar pbarroca
Browse files

Notices: Correction vIsiteur dublin core reset son état à chaque visite

parent 8813d293
Branches
Tags
No related merge requests found
......@@ -32,6 +32,9 @@ class Class_Notice_DublinCoreVisitor {
public function visit($notice) {
$this->_xml = '';
$this->_identifier = null;
$this->_date = null;
$notice->acceptVisitor($this);
}
......
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