Skip to content
Snippets Groups Projects
Unverified Commit 5c658261 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #5012 from aydreeihn/issue/devnext-php73

Issue: Undefined Constant Warning
parents cc879b72 c2ca7303
No related branches found
No related tags found
No related merge requests found
<?php <?php
$info=Format::htmlchars(($errors && $_POST)?$_POST:$_REQUEST); $info=Format::htmlchars(($errors && $_POST)?$_POST:$_REQUEST);
if (is_a($template, EmailTemplateGroup)) { if (is_a($template, 'EmailTemplateGroup')) {
// New template implementation // New template implementation
$id = 0; $id = 0;
$tpl_id = $template->getId(); $tpl_id = $template->getId();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment