diff options
Diffstat (limited to 'actions/updateprofile.php')
-rw-r--r-- | actions/updateprofile.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/updateprofile.php b/actions/updateprofile.php index 0889ad082..72246dab8 100644 --- a/actions/updateprofile.php +++ b/actions/updateprofile.php @@ -22,6 +22,11 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/omb.php'); class UpdateprofileAction extends Action { + + function is_readonly() { + return false; + } + function handle($args) { parent::handle($args); try { |