Skip to content

Possible bug in short.php

DanDan
edited February 2013 in Troubleshooting

My preview was not working after updating and then I discovered my webversion was not working either. After some debugging I was able to locate what I assume to be a bug because I was able to fix it.

Line 27 of short.php is:
intval($in, 36);
I think it should be:
return intval($in, 36);

This fixed resolved my issues.

Thanks,
Dan

Comments

This discussion has been closed.