diff --git a/www/loadimage.php3 b/www/loadimage.php3 index 323284d918b342ab04680e8f489212c22f146558..8f392716f9600d94735da41f11ffda966612147e 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.