Changeset 1544 for trunk/pylucid/PyLucid/system/page_msg.py
- Timestamp:
- 04/30/08 13:35:20 (7 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid/PyLucid/system/page_msg.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/system/page_msg.py
r1313 r1544 54 54 55 55 request = context["request"] 56 self.debug_mode = request.debug56 self.debug_mode = getattr(request, "debug", False) 57 57 58 58 self._charset = settings.DEFAULT_CHARSET
