# HG changeset patch # User Dan # Date 1262703321 18000 # Node ID 5d63267470cd0cc077c4f2a35a1c480239572927 # Parent 9593e62929d18735e87f18c571347e3e90bb32d1 common_cli: Fixed warning with $paths->init() (kind of a hack) diff -r 9593e62929d1 -r 5d63267470cd includes/common_cli.php --- a/includes/common_cli.php Tue Jan 05 09:53:26 2010 -0500 +++ b/includes/common_cli.php Tue Jan 05 09:55:21 2010 -0500 @@ -202,7 +202,7 @@ profiler_log('Ran session_started hook'); - $paths->init(); + $paths->init($paths->nslist['System'] . 'API'); // We're ready for whatever life throws us now. define('ENANO_MAINSTREAM', '');