Skip to content

Commit 39a0a18

Browse files
committed
Fixed bug
1 parent 3ffd75e commit 39a0a18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Zebra_Database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Read more {@link https://github.com/stefangabos/Zebra_Database here}
1111
*
1212
* @author Stefan Gabos <contact@stefangabos.ro>
13-
* @version 2.13.0 (last revision: August 27, 2025)
13+
* @version 2.13.1 (last revision: February 06, 2026)
1414
* @copyright © 2006 - 2025 Stefan Gabos
1515
* @license https://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
1616
* @package Zebra_Database
@@ -5305,7 +5305,7 @@ function _show_debugging_console() {
53055305
// use the provided resource path for stylesheets and javascript (if any)
53065306
if (!is_null($this->resource_path))
53075307

5308-
$path = rtrim(preg_replace('/\\\/', '/', '//' . $_SERVER['HTTP_HOST'] . trim($this->resource_path, '/')), '/');
5308+
$path = rtrim(preg_replace('/\\\/', '/', '//' . $_SERVER['HTTP_HOST'] . '/' . trim($this->resource_path, '/')), '/');
53095309

53105310
// if path not provided, determine the path automatically
53115311
else

0 commit comments

Comments
 (0)