diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-27 20:49:05 +0000 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2023-03-27 20:49:05 +0000 |
| commit | 974691ee8ec6568b17d1066b377cc173df875709 (patch) | |
| tree | e778a8d5a3152af5c3857da901b0c3091714cc60 /public/install.php | |
| parent | e605e048d00c009b5511fef2635968786304fdb3 (diff) | |
use camcelCase instead of snake case, re #2030
Merge request studip/studip!1668
Diffstat (limited to 'public/install.php')
| -rw-r--r-- | public/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/install.php b/public/install.php index c10f928..52f4bf0 100644 --- a/public/install.php +++ b/public/install.php @@ -55,7 +55,7 @@ if (!function_exists('_')) { $GLOBALS['template_factory'] = new Flexi_TemplateFactory('../templates/'); # get plugin class from request -$dispatch_to = ltrim(Request::path_info(), '/'); +$dispatch_to = ltrim(Request::pathInfo(), '/'); $dispatcher = new Trails_Dispatcher( '../app', $_SERVER['SCRIPT_NAME'], 'admin/install'); $dispatcher->dispatch("admin/install/{$dispatch_to}"); |
