aboutsummaryrefslogtreecommitdiffstats
path: root/mod/friendika.php
diff options
context:
space:
mode:
authorChris Case <kahotep@bunda.dreamhost.com>2011-05-22 19:20:12 -0700
committerChris Case <kahotep@bunda.dreamhost.com>2011-05-22 19:20:12 -0700
commit150830d38c2191d2e55a373043af176208d4b430 (patch)
tree44cad869fb3a152e40b1111a35ac0c7774e3e703 /mod/friendika.php
parent991885f1d40b8a8f16cd17c028f5c93eba69a5f3 (diff)
parent44a22c29155fa3beeed7cd5d0add30818e409891 (diff)
downloadvolse-hubzilla-150830d38c2191d2e55a373043af176208d4b430.tar.gz
volse-hubzilla-150830d38c2191d2e55a373043af176208d4b430.tar.bz2
volse-hubzilla-150830d38c2191d2e55a373043af176208d4b430.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/friendika.php')
-rw-r--r--mod/friendika.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/friendika.php b/mod/friendika.php
index c7d8b5b81..8bd6e3437 100644
--- a/mod/friendika.php
+++ b/mod/friendika.php
@@ -62,7 +62,9 @@ function friendika_content(&$a) {
}
else
$o .= '<p>' . t('No installed plugins/addons/apps');
-
+
+ call_hooks('about_hook', $o);
+
return $o;
}