mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
change json field 'version-attributes' to 'version_attributes'
This commit is contained in:
parent
650339c519
commit
ebf7fb7591
|
@ -110,7 +110,7 @@ class RestapiController { /* {{{ */
|
||||||
}
|
}
|
||||||
$attributes = $this->__getAttributesData($lc);
|
$attributes = $this->__getAttributesData($lc);
|
||||||
if($attributes) {
|
if($attributes) {
|
||||||
$data['version-attributes'] = $attributes;
|
$data['version_attributes'] = $attributes;
|
||||||
}
|
}
|
||||||
return $data;
|
return $data;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user