aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-22 20:23:41 -0800
committerFriendika <info@friendika.com>2010-12-22 20:23:41 -0800
commitd8969bb84b7a710bf77f23de0d392a192dfc8f53 (patch)
tree1bf8cc90900dcf52f66b7c09a453acb5133a9b6a /mod/profile.php
parente287014b98a4688fa2051fb03e8e9032b380dcb8 (diff)
downloadvolse-hubzilla-d8969bb84b7a710bf77f23de0d392a192dfc8f53.tar.gz
volse-hubzilla-d8969bb84b7a710bf77f23de0d392a192dfc8f53.tar.bz2
volse-hubzilla-d8969bb84b7a710bf77f23de0d392a192dfc8f53.zip
add more plugin hooks, etc.
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php
index b40617d03..b1f020930 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -97,6 +97,9 @@ function profile_content(&$a, $update = 0) {
require_once("view/$profile_lang/profile_advanced.php");
else
require_once('view/profile_advanced.php');
+
+ call_hooks('profile_advanced',$o);
+
return $o;
}