CRM-17003 previous commit caused wrong formatting in access tab on report
authoreileenmcnaugton <eileen@fuzion.co.nz>
Tue, 25 Aug 2015 05:57:54 +0000 (17:57 +1200)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 9 Sep 2015 14:49:23 +0000 (20:19 +0530)
commit8c2823152b359238b13673b930c76bf0c9befebb
tree06b7df4ca44e0b31d1e2a6bcf85bc4ec4b59716d
parent494fb9df498d80cbb0bcc147792957a52bc66a27
CRM-17003 previous commit caused wrong formatting in access tab on report

The issue appeared to be that the re-formatting of administer multisite is happening after the re-formatting
dependent on the  parameter being passed in. The function doing the reformatting is apparently only called from
that function so we could move the description processing to the calling function.

NB - need to grep wordpress, joomla, drupal dirs for that fn before making the change I guess,
Or we could just do the  stuff twice to be safe
CRM/Core/Permission.php