common_cli: Fixed warning with $paths->init() (kind of a hack)
authorDan
Tue, 05 Jan 2010 09:55:21 -0500
changeset 1202 5d63267470cd
parent 1201 9593e62929d1
child 1203 c6587072e4c4
common_cli: Fixed warning with $paths->init() (kind of a hack)
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', '');