diff options
Diffstat (limited to 'actions/foaf.php')
-rw-r--r-- | actions/foaf.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/foaf.php b/actions/foaf.php index 27548bfff..30e98960c 100644 --- a/actions/foaf.php +++ b/actions/foaf.php @@ -23,7 +23,8 @@ define('LISTENER', 1); define('LISTENEE', -1); define('BOTH', 0); -class FoafAction extends Action { +class FoafAction extends Action +{ function is_readonly() { |