debug-video-log
This commit is contained in:
@@ -55,7 +55,7 @@ class VideoService
|
|||||||
'strParentCategory' => !empty($strParentCategory) ? $strParentCategory : '',
|
'strParentCategory' => !empty($strParentCategory) ? $strParentCategory : '',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$strUrl = preg_replace('#/{2,}#', '/', $strUrl);
|
$strUrl = preg_replace('#/{2,}#', '/', (string)$strUrl);
|
||||||
return (string)$strUrl;
|
return (string)$strUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -125,7 +125,7 @@ class VideoService
|
|||||||
'intPage' => $intPage ?? 1,
|
'intPage' => $intPage ?? 1,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$strUrl = preg_replace('#/{2,}#', '/', $strUrl);
|
$strUrl = preg_replace('#/{2,}#', '/', (string)$strUrl);
|
||||||
return (string)$strUrl;
|
return (string)$strUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -149,7 +149,7 @@ class VideoService
|
|||||||
'intPage' => $intPage ?? 1,
|
'intPage' => $intPage ?? 1,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$strUrl = preg_replace('#/{2,}#', '/', $strUrl);
|
$strUrl = preg_replace('#/{2,}#', '/', (string)$strUrl);
|
||||||
return (string)$strUrl;
|
return (string)$strUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user