Updates to 03-2025

This commit is contained in:
Kevin Adametz 2025-04-01 10:40:14 +02:00
parent 881fc84207
commit 4eb83def39
142 changed files with 21396 additions and 11243 deletions

View file

@ -117,7 +117,7 @@ class Model
}
public static function getCMSContentGeneralNameById($id = false){
if($id > 0){
if($id != 'new' && $id > 0){
$content = CMSContent::findOrFail($id);
return $content->name;
}