aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-05-31 11:01:24 +0200
committerMario Vavti <mario@mariovavti.com>2016-05-31 11:01:24 +0200
commit380f65d309a6ab01d8e804f704962d5baef9820a (patch)
tree896fd1d53ccb3863380653d1b065c7fc4ef7a641 /include/network.php
parent90f29590765f79fe4bd1e3d59e47ce932ec04d0d (diff)
parent670e83b30050201e3ac069c9dfa86a92aff2431d (diff)
downloadvolse-hubzilla-380f65d309a6ab01d8e804f704962d5baef9820a.tar.gz
volse-hubzilla-380f65d309a6ab01d8e804f704962d5baef9820a.tar.bz2
volse-hubzilla-380f65d309a6ab01d8e804f704962d5baef9820a.zip
Merge branch 'dev' into sabre32
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php
index dd266f5d1..0dd10e29b 100644
--- a/include/network.php
+++ b/include/network.php
@@ -1967,7 +1967,7 @@ function get_site_info() {
$r = q("select * from addon where hidden = 0");
if(count($r))
foreach($r as $rr)
- $visible_plugins[] = $rr['name'];
+ $visible_plugins[] = $rr['aname'];
}
sort($visible_plugins);