]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/FBConnect/FBConnectPlugin.php
Merge commit 'refs/merge-requests/1738' of git://gitorious.org/statusnet/mainline...
[quix0rs-gnu-social.git] / plugins / FBConnect / FBConnectPlugin.php
index 950718a33c313b3202456b65281b100c338d4ceb..ff74aade45b9301b1934afc45392dd207fc4151a 100644 (file)
@@ -323,6 +323,11 @@ class FBConnectPlugin extends Plugin
                  _('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;
     }