﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	difficulty
1212	vestigial code in engine/lib/pageowner.php	cash		"{{{
        if (defined('context')) {
        	global $CONFIG;
        	$CONFIG->context = context;
        }
}}}

The above code is at the bottom of pageowner.php and serves no purpose as far as I can tell. I've checked the full Elgg package without finding a define statement for 'context'. Because it is executed so early plugins wouldn't be able to use it anyway.

Anyone know what it was intended to do?"	Defect	closed	low	Elgg 1.7	Core	1.6	trivial	fixed		marcus brettp	
