Allow local object definitions.
authorGunnar Wrobel <p@rdus.de>
Tue, 7 Apr 2009 16:22:53 +0000 (18:22 +0200)
committerGunnar Wrobel <p@rdus.de>
Tue, 7 Apr 2009 16:22:53 +0000 (18:22 +0200)
koward/config/objects.php

index 9cf5cb3..163e939 100644 (file)
@@ -204,3 +204,7 @@ $objects['kolabuser'] = array(
         ),
     ),
 );
+
+if (file_exists(dirname(__FILE__) . '/objects.local.php')) {
+    require_once(dirname(__FILE__) . '/objects.local.php');
+}