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