Temp repo folder error message correction
This commit is contained in:
parent
598baa1b32
commit
7a526fa8a9
@ -1896,8 +1896,8 @@ class Admin extends \Zotlabs\Web\Controller {
|
|||||||
}
|
}
|
||||||
if (!is_dir($tempAddonDir)) {
|
if (!is_dir($tempAddonDir)) {
|
||||||
if (!mkdir($tempAddonDir, 0770, true)) {
|
if (!mkdir($tempAddonDir, 0770, true)) {
|
||||||
logger('Error creating temp plugin repo folder: ' . $extendDir);
|
logger('Error creating temp plugin repo folder: ' . $tempAddonDir);
|
||||||
json_return_and_die(array('message' => 'Error creating temp plugin repo folder: ' . $extendDir, 'success' => false));
|
json_return_and_die(array('message' => 'Error creating temp plugin repo folder: ' . $tempAddonDir, 'success' => false));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$repoName = null;
|
$repoName = null;
|
||||||
|
Reference in New Issue
Block a user