New configuration files.
authorGunnar Wrobel <p@rdus.de>
Mon, 6 Apr 2009 18:40:33 +0000 (20:40 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 6 Apr 2009 18:41:26 +0000 (20:41 +0200)
koward/lib/Koward.php

index d0af465..dcab205 100644 (file)
@@ -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')));
     }