module_creator bugfix DisableModul

This commit is contained in:
OpenXE 2024-01-05 11:44:45 +01:00
parent 4c14f266e9
commit f1a118af6b
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class PLACEHOLDER_MODULECLASSNAME {
$id = $this->app->Secure->GetGET('id');
// Check if other users are editing this id
if($this->app->erp->DisableModul('artikel',$id))
if($this->app->erp->DisableModul('PLACEHOLDER_MODULENAME',$id))
{
return;
}