mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:18 +01:00
use NEW exception for assertion failed
This commit is contained in:
parent
19e8654778
commit
623fc12fb8
@ -964,7 +964,7 @@ class egw_link extends solink
|
||||
}
|
||||
else
|
||||
{
|
||||
throw egw_exception_assertion_failed("Missing 'mime_id' or 'mime_url' for mime-type '$type'!");
|
||||
throw new egw_exception_assertion_failed("Missing 'mime_id' or 'mime_url' for mime-type '$type'!");
|
||||
}
|
||||
$popup = $data['mime_popup'];
|
||||
unset($data['mime_popup']);
|
||||
|
Loading…
Reference in New Issue
Block a user