The bundle variable is not defined anywhere in the method scope.

Signed-off-by: Neo Ighodaro <thecreativityteam@yahoo.com>
This commit is contained in:
Neo Ighodaro 2012-09-09 09:09:41 +01:00
parent f7cdb76f36
commit f0a2ffef2b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ protected function download($url)
// zip that was put in the storage directory.
if ($remote === false)
{
throw new \Exception("Error downloading bundle.");
throw new \Exception("Error downloading the requested bundle.");
}
return $remote;