Skip to content

Commit

Permalink
Fixed bug caused by bug of ideone.com
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Sep 18, 2010
1 parent a368788 commit 930597b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assignment.class.php
Expand Up @@ -1113,7 +1113,7 @@ function judge_ideone($sub){
$links[] = $webid['link'];
else {
$result->status = 'ie';
$result->info = $webid['error']['error'];
$result->info = $webid['error'];
return $result;
}
}
Expand Down
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -5,7 +5,7 @@
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////

$plugin->version = 2010070601;
$plugin->version = 2010091801;
$plugin->requires = 2007010100; // Requires this Moodle version

?>

0 comments on commit 930597b

Please sign in to comment.