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

Support php 8.2.0 #17280

Open
wants to merge 6 commits into
base: developer
Choose a base branch
from

Conversation

areksolek
Copy link
Contributor

Support php 8.2.0

@areksolek areksolek added the ✔ finished This pull request has been finished. label Sep 13, 2023
@areksolek areksolek added this to the YetiForce 7.0 milestone Sep 13, 2023
@@ -18,14 +18,16 @@
</div>
{include file=\App\Layout::getTemplatePath('fields/Newwindow.tpl', $QUALIFIED_MODULE)}
{include file=\App\Layout::getTemplatePath('fields/Hotkey.tpl', $QUALIFIED_MODULE)}
{assign var=FILTERS value=explode(',',$RECORD->get('filters'))}
{if !$RECORD->isEmpty('filters')}
Copy link
Contributor

Choose a reason for hiding this comment

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

?

@@ -591,7 +591,7 @@ public static function bool($value)
*/
public static function encodeHtml($string)
{
return htmlspecialchars($string, ENT_QUOTES, static::$defaultCharset);
return htmlspecialchars($string ?? '', ENT_QUOTES, static::$defaultCharset);
Copy link
Contributor

Choose a reason for hiding this comment

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

?

@rskrzypczak rskrzypczak added 🔧 AmendmentsRequired This pull request requires some amendments in order to be merged. and removed ✔ finished This pull request has been finished. labels Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 AmendmentsRequired This pull request requires some amendments in order to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants