add missing (not used) parameters, creating warnings in error_log

This commit is contained in:
Ralf Becker 2008-04-26 08:47:26 +00:00
parent 69d7ee916d
commit 2f4a67094e

View File

@ -1320,7 +1320,7 @@ class uicontacts extends bocontacts
break;
case 'delete':
if($this->action('delete',array($content['id'])))
if($this->action('delete',array($content['id']),false,$success,$failed,$action_msg,'',$content['msg']))
{
echo "<html><body><script>var referer = opener.location; opener.location.href = referer+(referer.search?'&':'?')+'msg=".
addslashes(urlencode(lang('Contact deleted')))."';window.close();</script></body></html>\n";