Patch for displaying error message when disk full.
This commit is contained in:
parent
12a480ed8b
commit
7bfe30e0c5
@ -178,7 +178,9 @@ class Upload implements Extension {
|
||||
}
|
||||
else
|
||||
{
|
||||
if(!$is_full) {
|
||||
if ($is_full) {
|
||||
$this->theme->display_full($page);
|
||||
} else {
|
||||
$this->theme->display_page($page);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user