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,7 +509,9 @@ class Smarty_Compiler extends Smarty {
|
||||
|
||||
if (!empty($attrs['script'])) {
|
||||
$delayed_loading = true;
|
||||
}
|
||||
} else {
|
||||
$delayed_loading = false;
|
||||
}
|
||||
|
||||
foreach ($attrs as $arg_name => $arg_value) {
|
||||
if (is_bool($arg_value))
|
||||
|
@@ -509,7 +509,9 @@ class Smarty_Compiler extends Smarty {
|
||||
|
||||
if (!empty($attrs['script'])) {
|
||||
$delayed_loading = true;
|
||||
}
|
||||
} else {
|
||||
$delayed_loading = false;
|
||||
}
|
||||
|
||||
foreach ($attrs as $arg_name => $arg_value) {
|
||||
if (is_bool($arg_value))
|
||||
|
Reference in New Issue
Block a user