diff options
-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; |