MDL-28250 license: Correct cc-nc url
This commit is contained in:
committed by
Dan Poltawski
parent
e038687c55
commit
ef5ec161ee
+2
-2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user