Changeset 440
- Timestamp:
- 08/03/06 09:27:43
- Files:
-
- qPingTool/trunk/PingTool.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPingTool/trunk/PingTool.py
r439 r440 66 66 status = 'success' 67 67 message = 'The servers are pinged' 68 blog = context.simpleblog_tool.getFrontPage(context) 68 if context.meta_type == 'BlogFolder': 69 blog = context.simpleblog_tool.getFrontPage(context) 70 else: 71 blog = context 72 69 73 title = blog.Title() 70 74 portal = context.portal_url.getPortalObject()
