mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
각종 PHP 7.2 에서 나는 워닝에러를 고침
This commit is contained in:
parent
f2d2867069
commit
6496055581
5 changed files with 10 additions and 7 deletions
|
|
@ -216,7 +216,7 @@ class XmlJsFilter extends XmlParser
|
|||
}
|
||||
|
||||
// generates a field, which is a script of the checked item
|
||||
$node_count = count($field_node);
|
||||
$node_count = countobj($field_node);
|
||||
if($node_count)
|
||||
{
|
||||
foreach($field_node as $key => $node)
|
||||
|
|
@ -309,7 +309,7 @@ class XmlJsFilter extends XmlParser
|
|||
|
||||
// generates parameter script to create dbata
|
||||
$rename_params = array();
|
||||
$parameter_count = count($parameter_param);
|
||||
$parameter_count = countobj($parameter_param);
|
||||
if($parameter_count)
|
||||
{
|
||||
// contains parameter of the default filter contents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue