Skip to content
Snippets Groups Projects
Commit ad104470 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: CheckStyle

parent bd095f59
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment