aboutsummaryrefslogtreecommitdiff
path: root/app/views/category/update.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/category/update.phtml')
-rw-r--r--app/views/category/update.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/category/update.phtml b/app/views/category/update.phtml
index daf4523bb..2ef42d207 100644
--- a/app/views/category/update.phtml
+++ b/app/views/category/update.phtml
@@ -5,6 +5,6 @@ declare(strict_types=1);
if (!Minz_Request::paramBoolean('ajax')) {
$this->partial('aside_subscription');
}
-if ($this->category) {
+if ($this->category !== null) {
$this->renderHelper('category/update');
}