From d48076253b02f8ab1f91e54289a189af7017db9f Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Mon, 27 Aug 2012 19:41:28 +0200 Subject: [PATCH] Fix error 'No matches for action subscriptions with arguments nickname...' when displaying remote profile. --- plugins/ModPlus/remoteprofileaction.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/ModPlus/remoteprofileaction.php b/plugins/ModPlus/remoteprofileaction.php index 7c9a4d1473..240ce6d488 100644 --- a/plugins/ModPlus/remoteprofileaction.php +++ b/plugins/ModPlus/remoteprofileaction.php @@ -96,8 +96,7 @@ class RemoteProfileAction extends ShowstreamAction function showSections() { - ProfileAction::showSections(); - // skip tag cloud + // skip } function showStatistics()