From 5fa41f5873a68a827b3819e33adfe8f3026fd7a6 Mon Sep 17 00:00:00 2001
From: XhmikosR
Date: Sat, 12 Oct 2013 18:36:07 +0300
Subject: [PATCH] htdocs/devinfo/index.php: fix error when there's no author
info in Trac's rss item.
---
htdocs/devinfo/index.php | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/htdocs/devinfo/index.php b/htdocs/devinfo/index.php
index 12d343de0..d6d5567d0 100644
--- a/htdocs/devinfo/index.php
+++ b/htdocs/devinfo/index.php
@@ -78,8 +78,12 @@ the latest sources in a zip or tgz archive from the github website.
$feed->init();
print("\n");
?>