diff options
author | redmatrix <git@macgirvin.com> | 2016-08-04 18:56:05 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-04 18:56:05 -0700 |
commit | eeabf514eab20523b847c38cf5befb7f040b7d72 (patch) | |
tree | f94ac0ec7262d6d86c93c2ea74b8708fbfacb099 /Zotlabs/Module/Rate.php | |
parent | 92862f93f31beb009247144bae5d8b0a58b562b5 (diff) | |
download | volse-hubzilla-eeabf514eab20523b847c38cf5befb7f040b7d72.tar.gz volse-hubzilla-eeabf514eab20523b847c38cf5befb7f040b7d72.tar.bz2 volse-hubzilla-eeabf514eab20523b847c38cf5befb7f040b7d72.zip |
minor cleanup on ratings - no real functional changes at this time
Diffstat (limited to 'Zotlabs/Module/Rate.php')
-rw-r--r-- | Zotlabs/Module/Rate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Rate.php b/Zotlabs/Module/Rate.php index da23b840e..2f769b36b 100644 --- a/Zotlabs/Module/Rate.php +++ b/Zotlabs/Module/Rate.php @@ -43,7 +43,7 @@ class Rate extends \Zotlabs\Web\Controller { } - function post() { + function post() { if(! local_channel()) return; |