From: Thierry Parmentelat Date: Tue, 9 Jun 2009 09:23:57 +0000 (+0000) Subject: displaying peernames got broken with tag 4.3-18 X-Git-Tag: PLEWWW-4.3-19~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1a13d37898223fd91481994eef1a1b940cce735c;hp=8b6fc34477cd3ad64ed8aed8b7e224ea05ab264a;p=plewww.git displaying peernames got broken with tag 4.3-18 it looks like this was working by accident before the tag --- 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))); }