From ad104470d8b94961b465c0d449b6a01f68175ea7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 20 Jul 2014 14:55:18 +0200 Subject: [PATCH] Fix: CheckStyle --- htdocs/admin/fckeditor.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/htdocs/admin/fckeditor.php b/htdocs/admin/fckeditor.php index 650def1f1af..2541a6265e7 100644 --- a/htdocs/admin/fckeditor.php +++ b/htdocs/admin/fckeditor.php @@ -15,7 +15,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - * */ /** @@ -120,10 +119,7 @@ $var=true; if (empty($conf->use_javascript_ajax)) { - setEventMessage(array( - $langs->trans("NotAvailable"), - $langs->trans("JavascriptDisabled") - ), 'errors'); + setEventMessage(array($langs->trans("NotAvailable"), $langs->trans("JavascriptDisabled")), 'errors'); } else { -- GitLab