This commit is contained in:
Devin Smith 2015-04-18 10:37:12 -07:00
parent 3b08487c09
commit b869ef85aa

View File

@ -165,10 +165,10 @@ class Crunchbutton_Community extends Cana_Table_Trackchange {
$out[ 'dont_warn_till' ] = null;
}
foreach ($this->restaurants() as $restaurant) {
$out['_restaurants'][$restaurant->id_restaurant.' '] = $restaurant->exports();
$out['_restaurants'][$restaurant->id_restaurant.' '] = $restaurant->exports(['categories' => true]);
}
return $out;
}