1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

More notice removals, again.

This commit is contained in:
Tijn Kuyper
2012-12-08 20:22:05 +01:00
parent cbcf7581a4
commit 3793b27822
11 changed files with 35 additions and 35 deletions

View File

@@ -79,7 +79,7 @@ if (count($newsFeed->feedList))
}
}
$text = $NEWSFEED_LIST_START . $data . $NEWSFEED_LIST_END;
$text = $NEWSFEED_LIST_START . vartrue($data) . $NEWSFEED_LIST_END;
$ns->tablerender(NFLAN_29, $text);
require_once(FOOTERF);