implement clean deletion of Seminaries
This commit is contained in:
parent
4dca3e8089
commit
60b7f12f79
25 changed files with 410 additions and 9 deletions
|
|
@ -115,7 +115,7 @@
|
|||
public function deleteMapOfSeminary($seminaryId)
|
||||
{
|
||||
// Get map
|
||||
$map = $this->getMap($seminaryId);
|
||||
$map = $this->getMapOfSeminary($seminaryId);
|
||||
if(is_null($map)) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue