Skip to content

Commit 1c95f27

Browse files
committed
Merge branch 'master' into prod
2 parents 6f7d18d + fa55582 commit 1c95f27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/home.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ <h2>Community Sponsors</h2>
8181
require_once('lib/Twitter.php');
8282

8383
// array of community_sponsors member Twitter handles
84-
$community_sponsors = array('croscon', 'cakephp', 'wonderproxy');
84+
$community_sponsors = array('croscon', 'cakephp', 'wonderproxy',
85+
'lisamusing');
8586

8687
// array of Twitter data for each community_sponsors member
8788
$data['community_sponsors'] = array();

0 commit comments

Comments
 (0)