MDL-28250 license: Correct cc-nc url

This commit is contained in:
Wojciech Galiszek
2013-05-15 10:45:36 +01:00
committed by Dan Poltawski
parent b222cfb79b
commit 8243f3ebb5
+2 -2
View File
@@ -192,9 +192,9 @@ class license_manager {
$license->shortname = 'cc-nc';
$license->fullname = 'Creative Commons - No Commercial';
$license->source = 'http://creativecommons.org/licenses/by-nd/3.0/';
$license->source = 'http://creativecommons.org/licenses/by-nc/3.0/';
$license->enabled = 1;
$license->version = '2010033100';
$license->version = '2013051500';
$active_licenses[] = $license->shortname;
self::add($license);