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 ed5e2ce commit 6c32488Copy full SHA for 6c32488
modules/statistics/php/charts.class.inc
@@ -82,7 +82,7 @@ class Charts extends \NDB_Page
82
// when splitting the path, then there should be exactly 2 parts left,
83
// "charts", and the endpoint requested.
84
$url = ltrim(
85
- $request->getAttribute("unhandledURI")->getURI()->getPath(),
+ $request->getAttribute("unhandledURI")->getPath(),
86
'/'
87
);
88
0 commit comments