Skip to content

Commit

Permalink
minor fix to prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Mar 10, 2019
1 parent 1651199 commit 5deef73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ function cloneClicked() {

$errorWritable = 0;
foreach ($writableDirList as $tempDir) {
echo "<br><FONT COLOR='green'>Ensuring the following directory and its subdirectories have proper permissions...</FONT><br>\n";
echo "<br><FONT COLOR='green'>Ensuring the '" . realpath($tempDir) . "' directory and its subdirectories have proper permissions...</FONT><br>\n";
$errorWritable = recursive_writable_directory_test($tempDir);
}

Expand Down

0 comments on commit 5deef73

Please sign in to comment.