diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-08-27 06:52:01 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-08-27 06:52:01 -0400 |
commit | ddfc5209d3a8a4b10f66b0ae0497a269ff2bdde1 (patch) | |
tree | 80936d2335aca91c1a3b828c234ae736c811d22b /Zotlabs/Module/Connedit.php | |
parent | 420aa4bc44a2fdf707b3964582258809f978ea2d (diff) | |
parent | aea2fa1629692cc29f1070a66fbde9fb9ae837a6 (diff) | |
download | volse-hubzilla-ddfc5209d3a8a4b10f66b0ae0497a269ff2bdde1.tar.gz volse-hubzilla-ddfc5209d3a8a4b10f66b0ae0497a269ff2bdde1.tar.bz2 volse-hubzilla-ddfc5209d3a8a4b10f66b0ae0497a269ff2bdde1.zip |
Merge remote-tracking branch 'upstream/dev' into website-export. Added attach_move() to include/attach.php.
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r-- | Zotlabs/Module/Connedit.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php index 217249469..43feac189 100644 --- a/Zotlabs/Module/Connedit.php +++ b/Zotlabs/Module/Connedit.php @@ -663,13 +663,9 @@ class Connedit extends \Zotlabs\Web\Controller { $rating_text = $xl[0]['xlink_rating_text']; } - $poco_rating = get_config('system','poco_rating_enable'); + $rating_enabled = get_config('system','rating_enabled'); - // if unset default to enabled - if($poco_rating === false) - $poco_rating = true; - - if($poco_rating) { + if($rating_enabled) { $rating = replace_macros(get_markup_template('rating_slider.tpl'),array( '$min' => -10, '$val' => $rating_val |