benbalter / Twitter-Mentions-as-Comments

Please note: This project is no longer actively maintained and is seeking a new maintainer.
http://ben.balter.com/2010/11/29/twitter-mentions-as-comments/
GNU General Public License v3.0
21 stars 9 forks source link

Fix bug in cron.php; `%n` is not a valid printf type specifier #34

Closed raamdev closed 11 years ago

raamdev commented 11 years ago

This bug results in the number of mentions being found (or not found) appearing as blank when running cron.php. For a list of valid type specifiers, see http://www.php.net/manual/en/function.sprintf.php.

benbalter commented 11 years ago

That bug's only been around for two years (c042f2976908f1539ab4cefbffae12d56fd8efaa). Wow. Great catch.