fixed var name typo

This commit is contained in:
Petr Skoda
2010-09-18 12:16:38 +00:00
parent 26ab454870
commit e9f80dffff
+1 -1
View File
@@ -75,7 +75,7 @@ foreach ($chats as $chat) {
}
$currentsection = $chat->section;
}
if ($usesection) {
if ($usesections) {
$table->data[] = array ($printsection, $link);
} else {
$table->data[] = array ($link);