We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211b3d0 commit cc28323Copy full SHA for cc28323
boot.php
@@ -9,10 +9,6 @@
9
* file that was distributed with this source code.
10
*/
11
12
-if (!ini_get("auto_detect_line_endings")) {
13
- ini_set("auto_detect_line_endings", '1');
14
-}
15
-
16
use Sprog\Wildcard;
17
18
/**
@@ -119,7 +115,7 @@ class_alias('\Sprog\Wildcard', 'Wildcard');
119
115
}
120
116
121
117
122
- $clang_id = str_replace('clang', '', rex_be_controller::getCurrentPagePart(3));
118
+ $clang_id = str_replace('clang', '', rex_be_controller::getCurrentPagePart(3, ''));
123
$page->setSubPath(rex_path::addon('sprog', 'pages/wildcard.clang_switch.php'));
124
$clangAll = \rex_clang::getAll();
125
$clangBase = $this->getConfig('clang_base');
0 commit comments