X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Flogout.php;h=b9dfe3b8114b58106448706f5c5bf7d6b8c634c9;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=5394a38c9fb573684ae8e28ff3ad95c0210f666a;hpb=c037f04d174f8359c77af03d323bca03032ef7fd;p=quix0rs-gnu-social.git diff --git a/actions/logout.php b/actions/logout.php index 5394a38c9f..b9dfe3b811 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -47,11 +47,16 @@ class LogoutAction extends ManagedAction * * @return boolean true */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { return false; } + /** + * Class handler. + * + * @return nothing + */ protected function doPreparation() { if (!common_logged_in()) {