aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-05-21 12:58:05 -0400
committerAndrew Manning <tamanning@zoho.com>2016-05-21 12:58:05 -0400
commit7a526fa8a9934fb6f193a11815bcb03490acb2c6 (patch)
tree94ec49948d70ab754d39e142b63c539998636df3 /Zotlabs/Module/Admin.php
parent598baa1b32b59b187fbdc7012d23831208d0ebbd (diff)
downloadvolse-hubzilla-7a526fa8a9934fb6f193a11815bcb03490acb2c6.tar.gz
volse-hubzilla-7a526fa8a9934fb6f193a11815bcb03490acb2c6.tar.bz2
volse-hubzilla-7a526fa8a9934fb6f193a11815bcb03490acb2c6.zip
Temp repo folder error message correction
Diffstat (limited to 'Zotlabs/Module/Admin.php')
-rw-r--r--Zotlabs/Module/Admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Admin.php b/Zotlabs/Module/Admin.php
index 42a91107d..cd6e45e9f 100644
--- a/Zotlabs/Module/Admin.php
+++ b/Zotlabs/Module/Admin.php
@@ -1896,8 +1896,8 @@ class Admin extends \Zotlabs\Web\Controller {
}
if (!is_dir($tempAddonDir)) {
if (!mkdir($tempAddonDir, 0770, true)) {
- logger('Error creating temp plugin repo folder: ' . $extendDir);
- json_return_and_die(array('message' => 'Error creating temp plugin repo folder: ' . $extendDir, 'success' => false));
+ logger('Error creating temp plugin repo folder: ' . $tempAddonDir);
+ json_return_and_die(array('message' => 'Error creating temp plugin repo folder: ' . $tempAddonDir, 'success' => false));
}
}
$repoName = null;