diff --git a/includes/Wpup/UpdateServer.php b/includes/Wpup/UpdateServer.php index 6a8f5be..51638db 100644 --- a/includes/Wpup/UpdateServer.php +++ b/includes/Wpup/UpdateServer.php @@ -153,7 +153,7 @@ protected function validateRequest($request) { $this->exitWithError('You must specify a package slug.', 400); } if ( $request->package === null ) { - $this->exitWithError(sprintf('Package "%s" not found', htmlentities($request->slug)), 404); + $this->exitWithError('Package not found', 404); } }