diff options
author | Chris Case <kahotep@bunda.dreamhost.com> | 2011-05-22 19:20:12 -0700 |
---|---|---|
committer | Chris Case <kahotep@bunda.dreamhost.com> | 2011-05-22 19:20:12 -0700 |
commit | 150830d38c2191d2e55a373043af176208d4b430 (patch) | |
tree | 44cad869fb3a152e40b1111a35ac0c7774e3e703 /mod/friendika.php | |
parent | 991885f1d40b8a8f16cd17c028f5c93eba69a5f3 (diff) | |
parent | 44a22c29155fa3beeed7cd5d0add30818e409891 (diff) | |
download | volse-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.php | 4 |
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; } |