Browse Source

Fix phpcs

Laurent Destailleur 4 years ago
parent
commit
971d611eb6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      htdocs/core/actions_setmoduleoptions.inc.php

+ 0 - 1
htdocs/core/actions_setmoduleoptions.inc.php

@@ -31,7 +31,6 @@ if ($action == 'update' && is_array($arrayofparameters)) {
 	$db->begin();
 
 	foreach ($arrayofparameters as $key => $val) {
-var_dump($key);
 		// Modify constant only if key was posted (avoid resetting key to the null value)
 		if (GETPOSTISSET($key)) {
 			if (preg_match('/category:/', $val['type'])) {