On Wed, Apr 23, 2008 at 9:40 PM, Mark Clements gmane@kennel17.co.uk wrote:
From an extension writer's point of view, the current situation is to put in a relative require_once() line to commandLine.inc and hope that the file is in the expected place.
global $IP; require_once( "$IP/maintenance/commandLine.inc" );
What am I missing?