MDL-28250 license: Correct cc-nc url

This commit is contained in:
Wojciech Galiszek
2013-05-15 11:22:56 +01:00
committed by Dan Poltawski
parent e038687c55
commit ef5ec161ee
+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);