Skip to content

Commit e908b96

Browse files
Merge pull request #6028 from christianbeeznest/ras-22335-2
User: Improve layout of custom login page - refs BT#22335
2 parents 4881433 + cfa1f18 commit e908b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/api.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4037,7 +4037,7 @@ function api_not_allowed(
40374037
$tpl = new Template(null, false, false);
40384038
$content = $tpl->fetch($customLoginTemplate);
40394039
$tpl->assign('content', $content);
4040-
$tpl->display_one_col_template();
4040+
$tpl->display_no_layout_template();
40414041
exit;
40424042
}
40434043
}

0 commit comments

Comments
 (0)