X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fincludes%2Fplc_peers.php;h=6fa26ca5cae8a74a23f0a7b00bf853157fcd5b75;hb=c0e69680677e153e96e0302633e97e31b1e2c7a6;hp=be446f6e45d3c6fe6241f933f2ad713413ba69c5;hpb=63e4a3488585eb1ca9e26f795bd3204c6f3dc437;p=plewww.git diff --git a/planetlab/includes/plc_peers.php b/planetlab/includes/plc_peers.php index be446f6..6fa26ca 100644 --- a/planetlab/includes/plc_peers.php +++ b/planetlab/includes/plc_peers.php @@ -98,6 +98,7 @@ class Peers { // writes a cell in the table with the peer's shortname, link to the peer page, // and classname set for proper color function cell ($table, $peer_id) { + $shortname=$this->shortname($peer_id); $table->cell ($this->link($peer_id,$shortname), array('class'=>$this->classname($peer_id))); }