Skip to content

Commit 4427a51

Browse files
fix: only allow staff to comment and create projects
1 parent 5c4fe86 commit 4427a51

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

php-config/Emergence/Comments/CommentsRequestHandler.config.php renamed to php-config/Emergence/Comments/CommentsRequestHandler.config.d/staff-only.php

File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
Laddr\ProjectsRequestHandler::$accountLevelWrite = 'Staff';

0 commit comments

Comments
 (0)