Jelajahi Sumber

:bug: 引用私有变量缺少$this

visuddhinanda 3 tahun lalu
induk
melakukan
2260e8728a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Tools/TurboSplit.php

+ 1 - 1
app/Tools/TurboSplit.php

@@ -291,7 +291,7 @@ class TurboSplit
 			for ($i = 0; $i < $deep; $i++) {
 				if (!empty($this->path[$i][0])) {
 					$word .= $this->path[$i][0] ;
-					if($isDebug) {
+					if($this->isDebug) {
 						$word .= "(" . $this->path[$i][1] . ")";
 					}
 					$word .= "+";