Commit: fd808bb8988451733064c70b72aefbe769ba0510

Author: David Persson | Date: 2010-12-29 12:29:18 +0100
Reenabling per message links by adding library key to array URL.
diff --git a/views/logs/view.html.php b/views/logs/view.html.php index c9b9638..f877162 100644 --- a/views/logs/view.html.php +++ b/views/logs/view.html.php @@ -14,6 +14,7 @@ <tr id="<?php echo $i ?>"> <td class="time"> <?=$this->html->link($line['time'], array( + 'library' => 'li3_bot', 'controller' => 'logs', 'action' => 'view', '#' => $i ) + compact('channel', 'date')); ?>