Преглед изворни кода

Update channelunit.helper.php

undefined
叙述、别离 пре 7 месеци
родитељ
комит
a392285dda
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/system/helpers/channelunit.helper.php

+ 1
- 1
src/system/helpers/channelunit.helper.php Прегледај датотеку

@@ -72,7 +72,7 @@ if (!function_exists('GetFileUrl')) {
if ($moresite == 1) {
$articleUrl = preg_replace("#^".$sitepath.'#', '', $articleUrl);
}
if (!preg_match("/http:/", $articleUrl)) {
if (!preg_match("/^(http|https):\/\//", $articleUrl)) {
$articleUrl = $siteurl.$articleUrl;
}
}


Loading…
Откажи
Сачувај