Skip to content

Commit

Permalink
Merge branch 'MDL-68270-38' of git://github.com/bmbrands/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_38_STABLE
  • Loading branch information
andrewnicols committed May 26, 2020
2 parents c933e28 + 8a97703 commit cd1a397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrenderers.php
Expand Up @@ -357,7 +357,7 @@ public function get_logo_url($maxwidth = null, $maxheight = 200) {
* @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)) {
Expand Down

0 comments on commit cd1a397

Please sign in to comment.