Automattic / babble

Multilingual WordPress done right.
https://wordpress.org/plugins/babble/
245 stars 50 forks source link

Translation job for a translation job #173

Open markoheijnen opened 10 years ago

markoheijnen commented 10 years ago

Currently I'm seeing a crash when going to translation jobs because somehow a colleague of mine managed had setup a tranlsation job for a translation job. When this happens the code in Babble_Jobs::user_has_cap() will create a infinite loop.

I will create a pull request to stop it but creating this ticket as a placeholder to find out why this ever happened. Will talk today with him to see how we can reproduce it.

markoheijnen commented 10 years ago

See #174 for fixing the infinite loop.