mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
f01b8b9 trivial bug
This commit is contained in:
parent
f23c668f8c
commit
9f4575ac38
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ class ExtraItem
|
||||||
$column_name = 'extra_vars' . $this->idx;
|
$column_name = 'extra_vars' . $this->idx;
|
||||||
$tmp_id = $column_name . '-' . $id_num++;
|
$tmp_id = $column_name . '-' . $id_num++;
|
||||||
|
|
||||||
$buff = '';
|
$buff = array();
|
||||||
switch($type)
|
switch($type)
|
||||||
{
|
{
|
||||||
// Homepage
|
// Homepage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue