https://bugzilla.wikimedia.org/show_bug.cgi?id=44682
--- Comment #7 from Nischay Nahata <[email protected]> --- Actually the $wgUploadWizardConfig is not like other config vars where we can just add new values... because its using array_merge() afterwards. So we need to use $wgUploadWizardConfig = array( 'licenses' = array( 'custom' => array( 'msg' => 'mwe-upwiz-license-cc-by-sa-3.0', 'icons' => array( 'cc-by', 'cc-sa' ), 'url' => '//creativecommons.org/licenses/by-sa/3.0/' ) ) ); But this again won't work because we aren't using array_merge_recursive().. I will try a fix in some time. However, even then this won't show on UW as it needs to be grouped in either own work or third party :( -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
