mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:28 +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
|
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'];
|
$popup = $data['mime_popup'];
|
||||||
unset($data['mime_popup']);
|
unset($data['mime_popup']);
|
||||||
|
Loading…
Reference in New Issue
Block a user