Skip to content

Commit 9c1f1c5

Browse files
authored
Merge pull request #509 from codeigniter4projects/news-users
Add new usernames to for posting news
2 parents f186627 + 2841791 commit 9c1f1c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Config/MyBB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MyBB extends BaseConfig
2323
* An array of user names to restrict our search for news articles to.
2424
* This simply helps limit the work to do.
2525
*/
26-
public $newsUsernames = ['ciadmin', 'kilishan', 'kenjis', 'MGatner'];
26+
public $newsUsernames = ['ciadmin', 'kilishan', 'kenjis', 'MGatner', 'michalsn', 'paulbalandan'];
2727

2828
/**
2929
* --------------------------------------------------------------------------

0 commit comments

Comments
 (0)