Skip to content
Snippets Groups Projects
Unverified Commit 41853408 authored by Tim Lutz's avatar Tim Lutz Committed by GitHub
Browse files

Fix typo in documentation of multilang.php

parent 9a98322f
Branches
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ class stack_multilang {
$mylang = $this->lang;
$parentlang = 'en';
// If nto lang is defined like in some tests assume lang to be $parentlang.
// If no lang is defined like in some tests assume lang to be $parentlang.
if ($mylang === null) {
$mylang = $parentlang;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment