[geeklog-cvs] Geeklog-1.x/public_html/admin topic.php,1.78,1.79

Dirk Haun dhaun at qs1489.pair.com
Sat May 17 16:07:42 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv82168/public_html/admin

Modified Files:
	topic.php 
Log Message:
Quickfix: When fields are missing for a topic, don't go back to the topic editor as that would only throw a confusing "access denied" error when the topic hasn't been saved yet.


Index: topic.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/topic.php,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** topic.php	13 Apr 2008 16:19:09 -0000	1.78
--- topic.php	17 May 2008 20:07:40 -0000	1.79
***************
*** 292,296 ****
          $retval .= COM_siteHeader('menu', $LANG27[1]);
          $retval .= COM_errorLog($LANG27[7], 2);
-         $retval .= edittopic($tid);
          $retval .= COM_siteFooter();
      }
--- 292,295 ----




More information about the geeklog-cvs mailing list