Skip to content

Task #149584 chore: Resolve - Display notice if subuserId is not present#47

Open
shraddhaSankpal27 wants to merge 1 commit intotechjoomla:masterfrom
shraddhaSankpal27:hierarchy
Open

Task #149584 chore: Resolve - Display notice if subuserId is not present#47
shraddhaSankpal27 wants to merge 1 commit intotechjoomla:masterfrom
shraddhaSankpal27:hierarchy

Conversation

@shraddhaSankpal27
Copy link

No description provided.

$item->ReportsTo = array();

if ($item->subuserId)
if (isset($item->subuserId))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only isset will work? what if it is set to blank?

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants