diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-22 16:33:00 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-22 16:33:00 -0800 |
commit | 5c5d45f52bb8526fa638ae6f556be5156243ae85 (patch) | |
tree | 5bea6839880de82c4477fb8523121c306130824e /include | |
parent | a6d47ca77294b8fc4c2538b95d772b3be505fcf1 (diff) | |
download | volse-hubzilla-5c5d45f52bb8526fa638ae6f556be5156243ae85.tar.gz volse-hubzilla-5c5d45f52bb8526fa638ae6f556be5156243ae85.tar.bz2 volse-hubzilla-5c5d45f52bb8526fa638ae6f556be5156243ae85.zip |
missing plugins in zot-info
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 565c9dce3..2cd60e815 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3985,7 +3985,7 @@ function zotinfo($arr) { $r = q("select * from addon where hidden = 0"); if($r) foreach($r as $rr) - $visible_plugins[] = $rr['name']; + $visible_plugins[] = $rr['aname']; } $ret['site']['plugins'] = $visible_plugins; |