[geeklog-hg] geeklog: initialize $topic_check (E_ALL error)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 23 14:24:05 EDT 2013


changeset 9009:cd5ea4e8cbe5
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/cd5ea4e8cbe5
user: Dirk Haun <dirk at haun-online.de>
date: Sat Mar 23 18:50:05 2013 +0100
description:
initialize $topic_check (E_ALL error)

diffstat:

 public_html/index.php |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r a6f243804067 -r cd5ea4e8cbe5 public_html/index.php
--- a/public_html/index.php	Sat Mar 23 13:24:48 2013 -0400
+++ b/public_html/index.php	Sat Mar 23 18:50:05 2013 +0100
@@ -86,6 +86,7 @@
 // See if user has access to view topic else display message.
 // This check has already been done in lib-common so re check to figure out if 
 // message needs to be displayed.
+$topic_check = '';
 if (isset($_GET['topic'])) {
     $topic_check = COM_applyFilter($_GET['topic']);
 } elseif (isset($_POST['topic'])) {



More information about the geeklog-cvs mailing list