33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-04-08 22:01:50 +00:00

Reverted the deepscan parameter

This commit is contained in:
Demis Palma 2016-05-27 01:15:15 +01:00
parent 8bda064c44
commit b71ffdfc7f

View File

@ -86,9 +86,11 @@ class JedcheckerRulesJamss extends JEDcheckerRule
* In order to make this easy to update, no syntax changes are applied. Just store the variables in the object
* for faster use.
*
* @param bool $deepscan Merge the $jamssDeepSearchStrings
*
* @return void
*/
private function init_jamss()
private function init_jamss($deepscan = true)
{
/*
* START OF JAMSS CODE (approx line 76)