diff options
author | Friendika <info@friendika.com> | 2010-12-22 20:23:41 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-22 20:23:41 -0800 |
commit | d8969bb84b7a710bf77f23de0d392a192dfc8f53 (patch) | |
tree | 1bf8cc90900dcf52f66b7c09a453acb5133a9b6a /mod/profile.php | |
parent | e287014b98a4688fa2051fb03e8e9032b380dcb8 (diff) | |
download | volse-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.php | 3 |
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; } |