From b72c3d21ed13f2cdc146bdcda9547571c77c3966 Mon Sep 17 00:00:00 2001 From: Leblanc Simon Date: Sun, 3 Jan 2010 00:30:51 +0000 Subject: [PATCH] =?UTF-8?q?R=C3=A9solution=20d'un=20bug=20sur=20la=20r?= =?UTF-8?q?=C3=A9cup=C3=A9ration=20de=20la=20licence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/class/strip.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/class/strip.class.php b/inc/class/strip.class.php index cf9bf73..ba4882f 100644 --- a/inc/class/strip.class.php +++ b/inc/class/strip.class.php @@ -114,7 +114,7 @@ class Strip // The license $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'); } $this->setLicense($license);