aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/threads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/threads.py b/app/views/threads.py
index 4972abd..e430577 100644
--- a/app/views/threads.py
+++ b/app/views/threads.py
@@ -140,7 +140,7 @@ def new_thread_page():
abort(403)
def_is_private = request.args.get("private") or False
- if package is None or not package.approved:
+ if package is None:
def_is_private = True
allow_change = package and package.approved
is_review_thread = package and not package.approved