Jake B.
Well-known member
Line 1299 contains:
I assume this is just from copy&pasting the applyAvatar function, but this should be:
I know this really doesn't matter as nobody should ever see that exception anyways, but was just something I noticed while I was working on an add-on for a client.
- Jake
Code:
throw new XenForo_Exception('Non-image passed in to applyAvatar');
I assume this is just from copy&pasting the applyAvatar function, but this should be:
Code:
throw new XenForo_Exception('Non-image passed in to applyResourceIcon');
I know this really doesn't matter as nobody should ever see that exception anyways, but was just something I noticed while I was working on an add-on for a client.
- Jake