]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix PHP fatal error in DeletenoticeAction: died when we had a valid notice, but weren...
authorBrion Vibber <brion@pobox.com>
Fri, 8 Oct 2010 17:33:43 +0000 (10:33 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 8 Oct 2010 17:33:43 +0000 (10:33 -0700)
commitf62e7c461f2fb4fcdc91b125072be953fc09fbe2
tree7057431b5e23cfd0e684468b459f4467e180d1fa
parent06c4212bd4db8815b3f91e5eab3a079784738ae3
Fix PHP fatal error in DeletenoticeAction: died when we had a valid notice, but weren't logged in due to accessing $this->user before the login check. Moved check up to prepare() from handle() so it's done before usage
actions/deletenotice.php