diff --git a/scripts/inc/process.class.php b/scripts/inc/process.class.php index b75265c..ab162b2 100644 --- a/scripts/inc/process.class.php +++ b/scripts/inc/process.class.php @@ -532,6 +532,10 @@ function _validateLine($line, $lineNum) { } else { + if ($split[$this->_col_type] == 'l') { + $split[$this->_col_path] = explode(' -> ', $split[$this->_col_path], 2)[0]; + } + // Only if all the checks passed. $ret = $split; }