From 1a13d37898223fd91481994eef1a1b940cce735c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 9 Jun 2009 09:23:57 +0000 Subject: [PATCH] displaying peernames got broken with tag 4.3-18 it looks like this was working by accident before the tag --- planetlab/includes/plc_peers.php | 1 + 1 file changed, 1 insertion(+) 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))); } -- 2.43.0