From 6165781bbd9a520efc97976f3712e6c40d2779cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Mon, 26 Jan 2009 18:07:53 +0100 Subject: [PATCH] maintainerView: Remove bad keyword --- include/maintainerView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }