Merge branch 'MDL-68270-38' of git://github.com/bmbrands/moodle into MOODLE_38_STABLE

This commit is contained in:
Andrew Nicols
2020-05-26 08:03:06 +08:00
+1 -1
View File
@@ -357,7 +357,7 @@ class renderer_base {
* @param int $maxheight The maximum height, or null when the maximum height does not matter.
* @return moodle_url|false
*/
public function get_compact_logo_url($maxwidth = 100, $maxheight = 100) {
public function get_compact_logo_url($maxwidth = 300, $maxheight = 300) {
global $CFG;
$logo = get_config('core_admin', 'logocompact');
if (empty($logo)) {