]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Some files got updated coding style
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 15 Apr 2014 08:49:20 +0000 (10:49 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 15 Apr 2014 08:49:20 +0000 (10:49 +0200)
commit418b3c3c53194040022c4b56bd0c0b04fd6fd4d7
tree06392bafc243574a1a525e16ec9188882cd8ab67
parent90a593718f664609bc8c646951b6b8844242a5db
Some files got updated coding style

Actions have $this->scoped as the current profile which we can gladly
replace all the $cur=common_current_user() with.

And we want the prepare/handle functions to be protected. Plus only
the prepare function uses $args (which _must_ be an array).
actions/attachment.php
actions/attachment_ajax.php
actions/attachment_thumbnail.php
actions/joingroup.php
actions/leavegroup.php