-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.7, 4.3.4
I had a unit test fail from `core\externallib_test::test_all_external_info`
1) core\externallib_test::test_all_external_info with data set "xxx" (stdClass Object (...))
|
Unexpected debugging() call detected.
|
Debugging: External function uninstallinfo_is_allowed_from_ajax() function is deprecated.Set ajax=>true in db/service.php instead.
|
The part I believe is the error is a typo in "Set ajax=>true in db/service.php" it should be "Set ajax=>true in db/services.php", note the extra s for services.