summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-04-19 19:46:11 +0200
committerBrion Vibber <brion@pobox.com>2010-04-19 19:46:11 +0200
commit2af12774bf9699b7234e3015dc4eb14b1cdff13d (patch)
tree34d51ce69482a53df27500aec0bff0bef91853a7
parent369885f04f6822355da24595637916e4263db702 (diff)
parentacea53404461dba0789b4e661862329097c26e11 (diff)
Merge branch 'master' into testing
-rwxr-xr-x[-rw-r--r--]avatar/.gitignore0
-rw-r--r--plugins/OStatus/actions/ostatussub.php14
2 files changed, 14 insertions, 0 deletions
diff --git a/avatar/.gitignore b/avatar/.gitignore
index e69de29bb..e69de29bb 100644..100755
--- a/avatar/.gitignore
+++ b/avatar/.gitignore
diff --git a/plugins/OStatus/actions/ostatussub.php b/plugins/OStatus/actions/ostatussub.php
index 994af6e95..28714514f 100644
--- a/plugins/OStatus/actions/ostatussub.php
+++ b/plugins/OStatus/actions/ostatussub.php
@@ -446,4 +446,18 @@ class OStatusSubAction extends Action
{
return common_local_url('ostatussub');
}
+
+ /**
+ * Disable the send-notice form at the top of the page.
+ * This is really just a hack for the broken CSS in the Cloudy theme,
+ * I think; copying from other non-notice-navigation pages that do this
+ * as well. There will be plenty of others also broken.
+ *
+ * @fixme fix the cloudy theme
+ * @fixme do this in a more general way
+ */
+ function showNoticeForm() {
+ // nop
+ }
+
}