From: Jean Baptiste Favre Date: Mon, 27 Aug 2012 17:41:28 +0000 (+0200) Subject: Fix error 'No matches for action subscriptions with arguments nickname...' when displ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d48076253b02f8ab1f91e54289a189af7017db9f;p=quix0rs-gnu-social.git Fix error 'No matches for action subscriptions with arguments nickname...' when displaying remote profile. --- 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()