Add a stub for Content_Api to avoid fatal errors laoding Horde
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 4 Aug 2009 15:26:23 +0000 (11:26 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 4 Aug 2009 15:26:23 +0000 (11:26 -0400)
content/lib/Api.php [new file with mode: 0644]

diff --git a/content/lib/Api.php b/content/lib/Api.php
new file mode 100644 (file)
index 0000000..3949118
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+class Content_Api extends Horde_Registry_Api
+{
+}
\ No newline at end of file