mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fix: Building invalid image URL on Windows Systems.
This commit is contained in:
parent
cfe2835411
commit
1c82f9fa13
@ -68,7 +68,7 @@ class Theme extends \yii\base\Theme
|
||||
if (file_exists($themedFile)) {
|
||||
return str_replace('@web', $this->getBaseUrl(), $path);
|
||||
} else {
|
||||
$path = Yii::getAlias($path);
|
||||
return $path;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user