Skip to content

Commit

Permalink
Merge branch 'MDL-48779-28' of https://github.com/vadimonus/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_28_STABLE
  • Loading branch information
stronk7 committed Jan 20, 2015
2 parents dfe4485 + ad2c1a2 commit 38e8b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnet/lib.php
Expand Up @@ -394,7 +394,7 @@ function mnet_generate_keypair($dn = null, $days=28) {
);

foreach ($dnlimits as $key => $length) {
$dn[$key] = substr($dn[$key], 0, $length);
$dn[$key] = core_text::substr($dn[$key], 0, $length);
}

// ensure we remove trailing slashes
Expand Down

0 comments on commit 38e8b26

Please sign in to comment.