]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Favorites is readonly
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 19 Jan 2009 18:10:20 +0000 (18:10 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 19 Jan 2009 18:10:20 +0000 (18:10 +0000)
actions/showfavorites.php

index d2c91c025002b9ee66287a8147815fbf4f3bdba8..bb68f8d94f6d69f2336301c451b4fc2f305d2911 100644 (file)
@@ -52,6 +52,17 @@ class ShowfavoritesAction extends Action
     /** Page of the faves we're on */
     var $page = null;
 
+    /**
+     * Is this a read-only page?
+     *
+     * @return boolean true
+     */
+
+    function isReadOnly()
+    {
+        return true;
+    }
+
     /**
      * Title of the page
      *