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/assets.php | |
| parent | e605e048d00c009b5511fef2635968786304fdb3 (diff) | |
use camcelCase instead of snake case, re #2030
Merge request studip/studip!1668
Diffstat (limited to 'public/assets.php')
| -rw-r--r-- | public/assets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets.php b/public/assets.php index 824f84c..a0baa6d 100644 --- a/public/assets.php +++ b/public/assets.php @@ -15,7 +15,7 @@ require_once '../lib/bootstrap.php'; // Obtain request information -$uri = ltrim(Request::path_info(), '/'); +$uri = ltrim(Request::pathInfo(), '/'); list($type, $id) = explode('/', $uri, 2); // Setup response |
