From 3818e062fb0dc0e8718c9a39fd52ee0151e76c53 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Tue, 6 Sep 2011 07:36:42 -0600 Subject: [PATCH] Bug Fix: Missing semicolon. --- www/loadimage.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/loadimage.php3 b/www/loadimage.php3 index 323284d91..8f392716f 100644 --- a/www/loadimage.php3 +++ b/www/loadimage.php3 @@ -79,7 +79,7 @@ $node_pid = $experiment->pid(); $node_eid = $experiment->eid(); $unix_gid = $experiment->UnixGID(); $project = $experiment->Project(); -$unix_pid = $project->unix_gid() +$unix_pid = $project->unix_gid(); # Should check for file file_exists($image_path), # but too messy. -- GitLab