Compare commits

..

No commits in common. "2a1ab990707ab7d14d641bd139a6cc96e227b040" and "c9a52853e5e9fe0e08d83544c5abc997166edb68" have entirely different histories.

View File

@ -48,7 +48,7 @@ class KindController
{
$result = $this->db->deleteKind($kindId);
return json_encode($result);
return $result;
}
}