General rule is within model classes (for none static methods, of course), we should use $this->getDbo(); instead of Factory::getDbo(); to get database object.
However, there are still few places in our code use Factory::getDbo(); and this PR just fixes that.
Testing Instructions
Code review
Or:
Update your site to this package generated by this PR and make sure it is updated properly (this test the change in UpdateModel)
Access to System -> Site Templates and make sure it is still being loaded
Access to Components -> Smart Search -> Filters and make sure it is still being loaded
Access to System -> Language Overrides, click on Clear Cache button and make sure no error happens.
I have tested this item✅ successfully on 026534e
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34965.