diff options
author | Evan Prodromou <evan@status.net> | 2009-10-09 14:07:45 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-09 14:07:45 -0400 |
commit | bf1c662990af63b9bd7cf8261974808bea0ca816 (patch) | |
tree | 34e9438aa00cf0cb72e3bd78aebea67451317007 /plugins | |
parent | 5702764e520f570839907444f09d6d9a23daee1e (diff) | |
parent | e9d7f18f0c2ad05c0203bc347a74c0f69e497566 (diff) |
Merge branch '0.8.x' into 0.9.x
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/FBConnect/FBConnectPlugin.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/FBConnect/FBConnectPlugin.php b/plugins/FBConnect/FBConnectPlugin.php index 593b49b4e..cb19b0546 100644 --- a/plugins/FBConnect/FBConnectPlugin.php +++ b/plugins/FBConnect/FBConnectPlugin.php @@ -313,6 +313,11 @@ class FBConnectPlugin extends Plugin $action->menuItem(common_local_url('peoplesearch'), _('Search'), _('Search for people or text'), false, 'nav_search'); + // We are replacing the primary nav entirely; give other + // plugins a chance to handle it here. + + Event::handle('EndPrimaryNav', array($action)); + return false; } |