Skip to content

Commit e9a2497

Browse files
committed
debug statements for testing
1 parent 37f254a commit e9a2497

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

system/backend/php/lib/HAXCMS.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,6 +1954,10 @@ public function appJWTConnectionSettings($base = '/')
19541954
$isDashboardRequest = !$pathContainsSiteSegment($requestPath);
19551955
}
19561956
}
1957+
if ($isDashboardRequest) {
1958+
$sitename = '';
1959+
$multisiteUrlName = '';
1960+
}
19571961
$baseApiPath = $systemRequestBase . '/';
19581962
if (!$isDashboardRequest) {
19591963
if ($normalizedBasePath !== '/') {

0 commit comments

Comments
 (0)