mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
patch for warning message
This commit is contained in:
@@ -509,6 +509,8 @@ class Smarty_Compiler extends Smarty {
|
|||||||
|
|
||||||
if (!empty($attrs['script'])) {
|
if (!empty($attrs['script'])) {
|
||||||
$delayed_loading = true;
|
$delayed_loading = true;
|
||||||
|
} else {
|
||||||
|
$delayed_loading = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($attrs as $arg_name => $arg_value) {
|
foreach ($attrs as $arg_name => $arg_value) {
|
||||||
|
@@ -509,6 +509,8 @@ class Smarty_Compiler extends Smarty {
|
|||||||
|
|
||||||
if (!empty($attrs['script'])) {
|
if (!empty($attrs['script'])) {
|
||||||
$delayed_loading = true;
|
$delayed_loading = true;
|
||||||
|
} else {
|
||||||
|
$delayed_loading = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($attrs as $arg_name => $arg_value) {
|
foreach ($attrs as $arg_name => $arg_value) {
|
||||||
|
Reference in New Issue
Block a user