mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-20 22:00:52 +01:00
Bugfix
This commit is contained in:
parent
5c73cc3c59
commit
dd722620cb
@ -53,7 +53,7 @@ $customBackgroundExists = file_exists($customBackgroundPath);
|
||||
if($customBackgroundExists == true){
|
||||
$customBackgroundBrightness = analyzeImageBrightness($customBackgroundFile);
|
||||
} else {
|
||||
$customBackgroundBrightness == false;}
|
||||
$customBackgroundBrightness = false;}
|
||||
@endphp
|
||||
|
||||
@if($customBackgroundExists == true)
|
||||
|
Loading…
Reference in New Issue
Block a user