mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-27 16:15:42 +02:00
Fix a few remaining usages of free(), which was removed as part of the TypeScript conversion
This commit is contained in:
@@ -674,7 +674,7 @@ var AdminApp = /** @class */ (function (_super) {
|
||||
if (this.acl_dialog != null) {
|
||||
content = this.acl_dialog.get_value() || {};
|
||||
// Destroy the dialog
|
||||
this.acl_dialog.free();
|
||||
this.acl_dialog.destroy();
|
||||
this.acl_dialog = null;
|
||||
}
|
||||
// Re-open the dialog
|
||||
|
Reference in New Issue
Block a user