From 33b1621c411d9f313771bab8957e5dff109a4dd7 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 16 Oct 2007 14:23:00 +0000 Subject: Fix bogus indentation --- it_user.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_user.class') diff --git a/it_user.class b/it_user.class index 58fccee..8792ab4 100644 --- a/it_user.class +++ b/it_user.class @@ -86,7 +86,7 @@ function it_user($p) */ function _read_post_process() { - parent::_read_post_process(); + parent::_read_post_process(); # If read succeeded, get UID. This is necessary because it's only set if a cookie is present (i.e. in web-context) if (isset($this->{$this->p['uid_field']})) -- cgit v1.2.3