mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
#654 [customfields] Improvments
This commit is contained in:
parent
d9e37b9557
commit
1025e4521d
@ -402,7 +402,7 @@ class AdvModel extends AdvsAdvsEntryModel implements AdvInterface
|
|||||||
|
|
||||||
public function cFJSON()
|
public function cFJSON()
|
||||||
{
|
{
|
||||||
return (array) json_decode($this->cf_json);
|
return json_decode($this->cf_json, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// public function getCustomFieldEditId($id) {
|
// public function getCustomFieldEditId($id) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user