Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in filestore.php line 244 (Trac #778) #778

Closed
elgg-gitbot opened this issue Feb 16, 2013 · 1 comment
Closed

bug in filestore.php line 244 (Trac #778) #778

elgg-gitbot opened this issue Feb 16, 2013 · 1 comment

Comments

@elgg-gitbot
Copy link

Original ticket http://trac.elgg.org/ticket/778 on 39123169-11-20 by trac user mariuszekpl, assigned to unknown.

Elgg version: 1.2

is

if ((!$owner) || (!$owner->username)) throw InvalidParameterException(elgg_echo('InvalidParameterException:MissingOwner'));

should be

if ((!$owner) || (!$owner->username)) throw new InvalidParameterException(elgg_echo('InvalidParameterException:MissingOwner'));

@elgg-gitbot
Copy link
Author

benwerd wrote on 39123177-04-20

(In [svn:2750]) Fixes #778. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant