mirror of
https://gh.llkk.cc/https://github.com/CaptainCore/captaincore-manager.git
synced 2025-10-03 14:04:44 +08:00
🐛 FIX: Usage
This commit is contained in:
parent
9122407087
commit
cc75e8de47
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ class Account {
|
|||
$site = ( new Site( $site_id ))->fetch();
|
||||
$website_for_customer_storage = empty( $site->storage ) ? 0 : $site->storage;
|
||||
$website_for_customer_visits = empty( $site->visits ) ? 0 : $site->visits;
|
||||
if ( empty( $site->provider_id ) && $site->provider_id != "1" ) {
|
||||
if ( empty( $site->provider_id ) || $site->provider_id == "1" ) {
|
||||
$result_sites[] = [
|
||||
'site_id' => $site->site_id,
|
||||
'name' => $site->name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue