Skip to content

Commit 15fa08b

Browse files
committed
Cleanup
1 parent 5663bfc commit 15fa08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/detect_conflicts.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ function detectIgnoreColumns($instruments, $confirm)
597597
$file = "../project/instruments/NDB_BVL_Instrument_$instrument.class.inc";
598598
if (file_exists($file)) {
599599
include_once $file;
600-
$commentids = getCommentIDs($instrument, null)->getIterator();
600+
$commentids = getCommentIDs($instrument, null);
601601

602602
foreach ($commentids as $cid) {
603603
$instance = NDB_BVL_Instrument::factory(

0 commit comments

Comments
 (0)