Alexander Nicolaysen Sørnes : maintainerView: Remove bad keyword
Module: appdb Branch: master Commit: 6165781bbd9a520efc97976f3712e6c40d2779cd URL: http://source.winehq.org/git/appdb.git/?a=commit;h=6165781bbd9a520efc97976f3... Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Date: Mon Jan 26 18:07:53 2009 +0100 maintainerView: Remove bad keyword --- include/maintainerView.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/maintainerView.php b/include/maintainerView.php index b9c0733..df8591b 100644 --- a/include/maintainerView.php +++ b/include/maintainerView.php @@ -22,7 +22,7 @@ class maintainerView $this->bViewingSelf = false; } - static function objectGetId() + function objectGetId() { return $this->iUserId; }
participants (1)
-
Alexander Nicolaysen Sørnes