Index: branches/5.3.x/core/units/spam_reports/spam_reports_config.php =================================================================== diff -u -N -r15483 -r15659 --- branches/5.3.x/core/units/spam_reports/spam_reports_config.php (.../spam_reports_config.php) (revision 15483) +++ branches/5.3.x/core/units/spam_reports/spam_reports_config.php (.../spam_reports_config.php) (revision 15659) @@ -40,17 +40,17 @@ ), ), - 'PermSection' => Array('main' => 'in-portal:spam_reports'), + 'PermSection' => Array ('main' => 'in-portal:spam_reports'), 'Sections' => Array ( 'in-portal:spam_reports' => Array ( - 'parent' => 'in-portal:reports', - 'icon' => 'spam_reports', - 'label' => 'la_title_SpamReports', - 'url' => Array('t' => 'spam_reports/spam_report_list', 'pass' => 'm'), - 'permissions' => Array('view', 'edit', 'delete'), - 'priority' => 8, - 'type' => stTREE, + 'parent' => 'in-portal:reports', + 'icon' => 'spam_reports', + 'label' => 'la_title_SpamReports', + 'url' => Array ('t' => 'spam_reports/spam_report_list', 'pass' => 'm'), + 'permissions' => Array ('view', 'edit', 'delete'), + 'priority' => 8, + 'type' => stTREE, ), ),