the userpoints block for current user has a delta of -1
causing the block ajax handler to fail

_authcache_blocks in ajax/authcache.php

this line:
$id = explode('-', $block_id);

should be:
$id = explode('-', $block_id,2);

Comments

Jonah Ellison’s picture

Status: Active » Closed (fixed)

Fixed in dev, thanks!