Skip to content

Commit 2841791

Browse files
authored
Add new usernames to for posting news
Added michalsn and paulbalandan to the list of users whose posts will be picked up as news for the home page.
1 parent f186627 commit 2841791

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)