aboutsummaryrefslogtreecommitdiff
path: root/public/dispatch.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-03-27 20:49:05 +0000
committerElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2023-03-27 20:49:05 +0000
commit974691ee8ec6568b17d1066b377cc173df875709 (patch)
treee778a8d5a3152af5c3857da901b0c3091714cc60 /public/dispatch.php
parente605e048d00c009b5511fef2635968786304fdb3 (diff)
use camcelCase instead of snake case, re #2030
Merge request studip/studip!1668
Diffstat (limited to 'public/dispatch.php')
-rw-r--r--public/dispatch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/dispatch.php b/public/dispatch.php
index 3bd9291..68d0399 100644
--- a/public/dispatch.php
+++ b/public/dispatch.php
@@ -22,4 +22,4 @@ require '../lib/bootstrap.php';
URLHelper::setBaseUrl($GLOBALS['ABSOLUTE_URI_STUDIP']);
$dispatcher = app(\Trails_Dispatcher::class);
-$dispatcher->dispatch(Request::path_info());
+$dispatcher->dispatch(Request::pathInfo());