Merge branch 'MDL-43277-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Damyon Wiese 2014-04-16 11:12:36 +08:00
commit cc29e5d4dd

View File

@ -163,7 +163,7 @@ class block_navigation extends block_base {
redirect($url);
}
$trimmode = self::TRIM_LEFT;
$trimmode = self::TRIM_RIGHT;
$trimlength = 50;
if (!empty($this->config->trimmode)) {