Skip to content
Snippets Groups Projects

Issue #3484105 by nicxvan, godotislate: Automatically included .inc files are no longer included

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -144,7 +144,7 @@ public function getPathByAlias($alias, $langcode = NULL) {
@@ -144,7 +144,7 @@ public function getPathByAlias($alias, $langcode = NULL) {
* {@inheritdoc}
* {@inheritdoc}
*/
*/
public function getAliasByPath($path, $langcode = NULL) {
public function getAliasByPath($path, $langcode = NULL) {
$path ??= '';
$path = (string) $path;
if (!str_starts_with($path, '/')) {
if (!str_starts_with($path, '/')) {
$path = '/' . $path;
$path = '/' . $path;
}
}
Loading