From d8969bb84b7a710bf77f23de0d392a192dfc8f53 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 22 Dec 2010 20:23:41 -0800 Subject: add more plugin hooks, etc. --- mod/profile.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/profile.php') 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; } -- cgit v1.2.3