Skip to content

Commit

Permalink
Dev: quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Aug 27, 2015
1 parent 9009a75 commit f4edc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/UpdateForm.php
Expand Up @@ -761,7 +761,7 @@ private function _fileSystemCheck($obj)
$check->writable = 'pass';

if($obj->freespaceCheck)
$check->freespace = (disk_free_space( $obj->name ) < $obj->minfreespace );
$check->freespace = (disk_free_space( $obj->name ) > $obj->minfreespace );
else
$check->freespace = 'pass';

Expand Down

0 comments on commit f4edc6d

Please sign in to comment.