Just downloaded the latest version and it has the testing code on it
Array
(
[code_name] => rev 1005<br /> [version] => 0.9<br /> [small_version] => 2<br /> [patch_level] => 1<br /> [full_appname] => MODx 0.9.2.1 (rev 1005)<br />)<br />
Hmmm I did just download the latest wayfinder? or did you mean upgrade modx?
using modx version MODx 0.9.2.1 (rev 1005)
Do I need to apply that code change in the snippet code in the manager or the other one inside the snippet folder?
change
if (substr($this->modxVersion['code_name'],-4) >= 1392) {with these two lines:
to
$revision= substr($this->modxVersion['code_name'],-4);
if ($revision >= 1392 && $revision != 1923) {
I cant even find those lines in my wayfinder?