Release search stable BETA.
This commit is contained in:
@@ -108,6 +108,16 @@ abstract class Engine
|
||||
// set end marker
|
||||
$this->end = $this->config->marker_end;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* we count every line being searched
|
||||
*
|
||||
* @since 3.2.0
|
||||
*/
|
||||
protected function lineCounter()
|
||||
{
|
||||
// we count every line we search
|
||||
$this->config->line_counter = $this->config->line_counter + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user