projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21ce5a
)
Add a stub for Content_Api to avoid fatal errors laoding Horde
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 4 Aug 2009 15:26:23 +0000
(11:26 -0400)
committer
Michael 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]
patch
|
blob
diff --git a/content/lib/Api.php
b/content/lib/Api.php
new file mode 100644
(file)
index 0000000..
3949118
--- /dev/null
+++ b/
content/lib/Api.php
@@ -0,0
+1,4
@@
+<?php
+class Content_Api extends Horde_Registry_Api
+{
+}
\ No newline at end of file