Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.
Xenforo use a factory method to create the mail instance (XenForo_Mail::create )
You should change $mail = new XenForo_Mail(' to XenForo_Mail::create so we're able to manipulate the mail object
Xenforo use a factory method to create the mail instance (XenForo_Mail::create )
You should change $mail = new XenForo_Mail(' to XenForo_Mail::create so we're able to manipulate the mail object
I think it will eventually delete all of them anyway but by setting to 10 it will only delete that many at once... this should stop your server becoming overloaded if it suddenly finds thousands of records that it needs to delete, if it only deletes 10 every (not sure how often the cron is set to run) then it is a lot safer! Could set to a higher number though!