Ticket #1018: typo.in.merge.patch

File typo.in.merge.patch, 443 bytes (added by Simek, 14 years ago)
  • merge_by_name.php

     
    4343            echo "<br>$error\n";
    4444        }
    4545        // refresh from DB (otherwise credit increments get lost)
    46         $newest_host = BoincHost:lookup_id($newest_host->id);
     46        $newest_host = BoincHost::lookup_id($newest_host->id);
    4747    }
    4848}
    4949