Update the CLI wrapper script to use the Xorg class.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 18 Aug 2008 19:49:22 +0000 (21:49 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 18 Aug 2008 19:49:22 +0000 (21:49 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
bin/connect.db.inc.php

index e2954f1..0d8015e 100644 (file)
@@ -26,7 +26,7 @@ ini_set('include_path', dirname(__FILE__) . '/../core/include:'
                       . '/usr/share/php');
 require_once('xorg.inc.php');
 
-new Platal('core');
+new Xorg('core');
 
 // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>