diff options
Diffstat (limited to 'actions/foaf.php')
-rw-r--r-- | actions/foaf.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/foaf.php b/actions/foaf.php index 8de4c7502..c64617e5f 100644 --- a/actions/foaf.php +++ b/actions/foaf.php @@ -25,6 +25,10 @@ define('BOTH', 0); class FoafAction extends Action { + function is_readonly() { + return true; + } + function handle($args) { parent::handle($args); |