From 25869b6637138ae5de175c1f54c5958a07ac5110 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Mon, 6 Apr 2009 20:40:33 +0200 Subject: [PATCH] New configuration files. --- koward/lib/Koward.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koward/lib/Koward.php b/koward/lib/Koward.php index d0af465d8..dcab2059a 100644 --- a/koward/lib/Koward.php +++ b/koward/lib/Koward.php @@ -36,6 +36,8 @@ class Koward_Koward { $this->objects = Horde::loadConfiguration('objects.php', 'objects'); $this->attributes = Horde::loadConfiguration('attributes.php', 'attributes'); $this->labels = Horde::loadConfiguration('labels.php', 'labels'); + $this->order = Horde::loadConfiguration('order.php', 'order'); + $this->visible = Horde::loadConfiguration('visible.php', 'visible'); $this->server = Horde_Kolab_Server::singleton(array('user' => Auth::getAuth(), 'pass' => Auth::getCredential('password'))); } -- 2.11.0