I just checked my website error logs, and see something I've never seen before, hundreds of:
PHP Notice: Trying to get property of non-object in [my_path]/lib/blocklib.php on line 429.
This is in
function blocks_find_block($blockid, $blocksarray) {
...
if($instance ->blockid == $blockid)
There have been no code changes to Moodle.
I'm using Moodle 1.9 (2007101509).
What does blocklib do?
Is my php.ini just too verbose in its alerts? Is this something I need not pay attention to? Or should I be looking at something?
thanks!
---Diana