this fixes things :3
git-svn-id: file:///home/shish/svn/shimmie2/trunk@487 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
3a04d47416
commit
5c73eca9ed
@ -9,7 +9,7 @@ class UploadingImageEvent extends Event {
|
|||||||
var $image;
|
var $image;
|
||||||
var $user;
|
var $user;
|
||||||
|
|
||||||
public function UploadingImageEvent($image, $user) {
|
public function UploadingImageEvent($user, $image) {
|
||||||
$this->image = $image;
|
$this->image = $image;
|
||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user