reollback error in production env
This commit is contained in:
parent
a2925b51cb
commit
a25d80d437
|
@ -218,10 +218,6 @@ class Explore
|
|||
if ($des) {
|
||||
$result['des'] = $des;
|
||||
}
|
||||
$result['cat'] = '';
|
||||
if ($item->getCat()) {
|
||||
$result['cat'] = $item->getCat()->getName();
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue