Преглед изворни кода

! Remove useless function param

Signed-off-by: John Rayes <[email protected]>
John Rayes пре 10 година
родитељ
комит
eed0506637
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      Sources/Subs.php

+ 1 - 2
Sources/Subs.php

@@ -416,9 +416,8 @@ function updateMemberData($members, $data)
  *
  * @param array $changeArray
  * @param bool $update = false
- * @param bool $debug = false
  */
-function updateSettings($changeArray, $update = false, $debug = false)
+function updateSettings($changeArray, $update = false)
 {
 	global $modSettings, $smcFunc;