Author: snoopdave
Date: Tue Apr 4 13:42:34 2006
New Revision: 391405
URL: http://svn.apache.org/viewcvs?rev=391405&view=rev
Log:
Fixing ROL-1106 regression in RSS feed level link
Modified:
incubator/roller/trunk/src/org/roller/presentation/velocity/ContextLoader.java
Modified:
incubator/roller/trunk/src/org/roller/presentation/velocity/ContextLoader.java
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/velocity/ContextLoader.java?rev=391405&r1=391404&r2=391405&view=diff
==============================================================================
---
incubator/roller/trunk/src/org/roller/presentation/velocity/ContextLoader.java
(original)
+++
incubator/roller/trunk/src/org/roller/presentation/velocity/ContextLoader.java
Tue Apr 4 13:42:34 2006
@@ -355,7 +355,7 @@
HttpServletRequest request = rreq.getRequest();
String url = null;
- if (website != null) {
+ if (website != null && !"zzz_none_zzz".equals(website.getHandle())) {
url = Utilities.escapeHTML(
rollerCtx.getAbsoluteContextUrl(request)
+ "/page/" + website.getHandle());