Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HelperList.php #121

Merged
merged 3 commits into from
Oct 16, 2020
Merged

Update HelperList.php #121

merged 3 commits into from
Oct 16, 2020

Conversation

wdammak
Copy link
Contributor

@wdammak wdammak commented Sep 28, 2020

PHP 7.2 & 7.3

PHP 7.2 & 7.3
@wdammak wdammak changed the base branch from v1.5.x to develop September 29, 2020 14:04
@@ -623,7 +623,7 @@ public function displayListHeader()
if (is_string($value)) {
$value = json_decode($value, true);
}
if (!Validate::isCleanHtml($value[0]) || !Validate::isCleanHtml($value[1])) {
if (isset($value[0]) && !Validate::isCleanHtml($value[0]) || isset($value[0]) && !Validate::isCleanHtml($value[1])) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Wong index for second value isset($value[0])

Copy link
Contributor Author

@wdammak wdammak Oct 14, 2020

Choose a reason for hiding this comment

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

Wong index for second value isset($value[0])

Yes! Thx!

Copy link
Contributor

@shreesh-webkul shreesh-webkul left a comment

Choose a reason for hiding this comment

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

looks good to me

@rohit053 rohit053 merged commit 73ccb9e into Qloapps:develop Oct 16, 2020
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.

3 participants