be more explicit about uploadsDir error

This commit is contained in:
Leon Stafford 2016-12-27 20:19:22 +13:00
parent 6c847171d6
commit d5529ed759
2 changed files with 4 additions and 3 deletions

View file

@ -15,9 +15,9 @@ else:
endif;
if (!$this->uploadsFolderWritable):
$fail[] = 'Your uploads folder is not writable.';
$fail[] = 'Your uploads folder ('. $this->uploadsFolder['path'] .') is not writable.';
else:
$pass[] = 'Your uploads folder is writable';
$pass[] = 'Your uploads folder ('. $this->uploadsFolder['path'] .') is writable';
endif;
if (!$this->permalinksStructureDefined):
@ -49,4 +49,4 @@ endif;
</p>
<?php endif ?>
</div>
</div>