summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php14
1 files changed, 1 insertions, 13 deletions
diff --git a/actions/public.php b/actions/public.php
index 961606908..d2f9da646 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -56,19 +56,7 @@ class PublicAction extends Action
var $page = null;
- /**
- * Number of notices being shown on this page.
- */
- // Does this need to be here? Should it be?
- // If it does, this property needs to be
- // added to other actions as well, like $page.
- // I'm trying to find a way to capture the
- // output of the $cnt variable from this
- // action's showContent() method but need
- // to do so earlier, I think...?
- var $count = null;
-
- function isReadOnly()
+ function isReadOnly($args)
{
return true;
}