mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-03-07 08:28:41 +00:00
fix = alignment
This commit is contained in:
parent
a49251c0bb
commit
a18360b5ac
|
|
@ -349,8 +349,8 @@ class Graph
|
|||
return false;
|
||||
}
|
||||
|
||||
$visited[$node] = true;
|
||||
$stack[$node] = true;
|
||||
$visited[$node] = true;
|
||||
$stack[$node] = true;
|
||||
|
||||
$neighbors = $this->nodes[$node]->getNeighbors();
|
||||
foreach ($neighbors as $neighbor) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user