]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/microsummary.php
change Controlez-Vous to Control Yourself
[quix0rs-gnu-social.git] / actions / microsummary.php
index 196dd5de83f14d0b7785e3e0d815770704e4c029..a6d104a5f0ae5c4d227c453f5857d4bc9f8dd667 100644 (file)
@@ -12,7 +12,7 @@
  * @link     http://laconi.ca/
  *
  * Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2008, Controlez-Vous, Inc.
+ * Copyright (C) 2008, Control Yourself, Inc.
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -73,4 +73,9 @@ class MicrosummaryAction extends Action
         
         print $user->nickname . ': ' . $notice->content;
     }
+
+    function isReadOnly($args)
+    {
+        return true;
+    }
 }