diff --git a/ext/upload/main.php b/ext/upload/main.php index 0a40076c..ebe48b69 100644 --- a/ext/upload/main.php +++ b/ext/upload/main.php @@ -179,7 +179,9 @@ class Upload implements Extension { } else { - if(!$is_full) { + if ($is_full) { + $this->theme->display_full($page); + } else { $this->theme->display_page($page); } }