From e121b040c200d606861118be2ff885330cf2ec69 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Mon, 18 Aug 2008 21:49:22 +0200 Subject: [PATCH] Update the CLI wrapper script to use the Xorg class. Signed-off-by: Florent Bruneau --- bin/connect.db.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/connect.db.inc.php b/bin/connect.db.inc.php index e2954f1..0d8015e 100644 --- a/bin/connect.db.inc.php +++ b/bin/connect.db.inc.php @@ -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: ?> -- 2.1.4