Résolution d'un bug sur la récupération de la licence
This commit is contained in:
parent
0302f527b8
commit
b72c3d21ed
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class Strip
|
||||||
|
|
||||||
// The license
|
// The license
|
||||||
$license = $this->searchDomItem($dom, $ns_cc, 'license', true, $ns_rdf, 'resource');
|
$license = $this->searchDomItem($dom, $ns_cc, 'license', true, $ns_rdf, 'resource');
|
||||||
if ($licence === null) {
|
if ($license === null) {
|
||||||
$license = $this->searchDomItem($dom, $ns_oldcc, 'license', true, $ns_rdf, 'resource');
|
$license = $this->searchDomItem($dom, $ns_oldcc, 'license', true, $ns_rdf, 'resource');
|
||||||
}
|
}
|
||||||
$this->setLicense($license);
|
$this->setLicense($license);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue