Use objectMakeLink()/Url() in more places
This commit is contained in:
committed by
WineHQ
parent
eeaf2c3642
commit
89535dbe01
@@ -48,7 +48,10 @@ if($aClean['sWhat'])
|
||||
if(!$oVersion->delete())
|
||||
util_show_error_page_and_exit();
|
||||
else
|
||||
util_redirect_and_exit(BASE."appview.php?iAppId=".$aClean['iAppId']);
|
||||
{
|
||||
$oApp = new application($aClean['iAppId']);
|
||||
util_redirect_and_exit($oApp->objectMakeUrl());
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user