Skip to content

Commit

Permalink
Bug fix - issue #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekmarek committed Nov 1, 2022
1 parent 83da319 commit 6936930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tools/studio/application/config/URI.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
strpos($base_URI, '.') ||
strpos($base_URI, '?')
) {
$base_URI = dirname($base_URI).'/';
$base_URI = substr( $base_URI, 0, strrpos($base_URI, '/')).'/';
}
} else {
$base_URI = '/_tools/studio/';
Expand Down

0 comments on commit 6936930

Please sign in to comment.