|
@@ -645,7 +645,7 @@ function PackageInstallTest()
|
|
if (empty($thisAction))
|
|
if (empty($thisAction))
|
|
continue;
|
|
continue;
|
|
|
|
|
|
- if (!file_exists($boarddir . '/Packages/temp/' . $context['base_path'] . $action['filename']))
|
|
|
|
|
|
+ if (isset($action['filename']) && !!file_exists($boarddir . '/Packages/temp/' . $context['base_path'] . $action['filename']))
|
|
{
|
|
{
|
|
$context['has_failure'] = true;
|
|
$context['has_failure'] = true;
|
|
|
|
|