forked from Cavemanon/cavepaintings
Patch for displaying error message when disk full.
This commit is contained in:
committed by
Shish
parent
8f56b9ae2c
commit
fdca5e4662
@@ -179,7 +179,9 @@ class Upload implements Extension {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(!$is_full) {
|
if ($is_full) {
|
||||||
|
$this->theme->display_full($page);
|
||||||
|
} else {
|
||||||
$this->theme->display_page($page);
|
$this->theme->display_page($page);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user