We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yii2-elfinder/volume/Base.php
Line 128 in 553f786
Line 132 in 553f786
if Yii::$app->assetManager->baseUrl === 'https://cdn.mysite.ru/asset/..' then $options['tmbURL'] === 'https://mysite.ruhttps://cdn.mysite.ru/asset/..'
Yii::$app->assetManager->baseUrl === 'https://cdn.mysite.ru/asset/..'
$options['tmbURL'] === 'https://mysite.ruhttps://cdn.mysite.ru/asset/..'
Please replace to $options['tmbURL'] = Url::to(Yii::$app->assetManager->getPublishedUrl(__DIR__) . '/' . $subPath, true);
$options['tmbURL'] = Url::to(Yii::$app->assetManager->getPublishedUrl(__DIR__) . '/' . $subPath, true);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
yii2-elfinder/volume/Base.php
Line 128 in 553f786
yii2-elfinder/volume/Base.php
Line 132 in 553f786
if
Yii::$app->assetManager->baseUrl === 'https://cdn.mysite.ru/asset/..'
then$options['tmbURL'] === 'https://mysite.ruhttps://cdn.mysite.ru/asset/..'
Please replace to
$options['tmbURL'] = Url::to(Yii::$app->assetManager->getPublishedUrl(__DIR__) . '/' . $subPath, true);
The text was updated successfully, but these errors were encountered: