Index: review/client.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue_file_review/review/client.inc,v
retrieving revision 1.5
diff -u -r1.5 client.inc
--- review/client.inc	30 Oct 2009 23:15:41 -0000	1.5
+++ review/client.inc	4 Nov 2009 05:01:03 -0000
@@ -109,8 +109,9 @@
     global $db_prefix, $base_url, $base_path;
 
     // Initialize the log file.
-    $this->log_file = realpath(file_directory_path() . '/review.log');
+    $this->log_file = file_directory_path() . '/review.log';
     $this->log('Log initialzed.');
+    $this->log_file = realpath($this->log_file);
 
     // Initialize environment variables and review information.
     $this->checkout_directory = file_directory_path() . '/checkout';
