Changeset 007ee411dbb2781fcddf918c2dad2443bc9f017c
- Timestamp:
- 04/01/07 11:01:17
(2 years ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1175418077 +0200
- git-parent:
[caad58d25a636bbf09328056131c2a316327d423]
- git-author:
- Christopher Jung <bktheg@web.de> 1175418077 +0200
- Message:
Fixes #105 (URL bei Klicksperre)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r85bd10b |
r007ee41 |
|
| 153 | 153 | // Bei viel zu hoher Aktivitaet einfach die Ausfuehrung mit einem Fehler beenden |
|---|
| 154 | 154 | if( actioncounter > 25 ) { |
|---|
| 155 | | addError( actionBlockingPhrases[RandomUtils.nextInt(actionBlockingPhrases.length)], errorurl ); |
|---|
| | 155 | addError( actionBlockingPhrases[RandomUtils.nextInt(actionBlockingPhrases.length)], |
|---|
| | 156 | getRequest().getRequestURL() + |
|---|
| | 157 | (getRequest().getQueryString() != null ? "?" + getRequest().getQueryString() : "") ); |
|---|
| 156 | 158 | |
|---|
| 157 | 159 | return; |
|---|