]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Proper definition of $args array in NewgroupAction->prepare
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 1 Sep 2013 17:28:57 +0000 (19:28 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 1 Sep 2013 17:44:09 +0000 (19:44 +0200)
commit83000f6f5eeba23cced4b0b947e0ee6d01daa702
treed514d14c4aa135cc1fca59a9693f84f14530dec9
parentcfa699e445641c2f81eec1c44d12c122efbc1797
Proper definition of $args array in NewgroupAction->prepare

Also, there is no need to do 'return' after throwing a ClientError
Exception. And we'll use the Action->clientError for logging benefits
until the error handling is properly done all the way to backend.
actions/newgroup.php