]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
rename $rss to $channel to prevent misunderstanding
authorEvan Prodromou <evan@status.net>
Sat, 20 Mar 2010 12:19:54 +0000 (07:19 -0500)
committerEvan Prodromou <evan@status.net>
Sat, 20 Mar 2010 12:19:54 +0000 (07:19 -0500)
commit65c8dc313c646a4ad4e16bc470b9ac795ca197dd
tree53a332b24961fb6003cad02016ff746c04c14ce6
parentc0f657200165faeb1ddd60230d0dc2ca2f404cb4
rename $rss to $channel to prevent misunderstanding

RSS feeds have the format
<rss><channel><item/><item/><item/></channel></rss>. The element named
$rss was actually the <channel> element, so I renamed the variable so
I wouldn't hurt my head.
lib/activity.php