Skip to content

Commit 21df4bc

Browse files
committed
Activate the new URLs
1 parent 406e344 commit 21df4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$P7 = strpos(phpversion(), '7') === 0;
3-
// $P7 = true;
3+
$P7 = true; // After backleveled to Twig 1.27
44
// $P7 = false;
55
$OUTPUT->bodyStart();
66
$R = $CFG->apphome . '/';

0 commit comments

Comments
 (0)