Changeset a6d36b99eda12ac3911cd10c5b428f8d8ca84331

Show
Ignore:
Timestamp:
09/30/07 12:34:41 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1191148481 +0200
git-parent:

[9846a7735b4a8b95d5f3279ec1f63d43accff943]

git-author:
Christopher Jung <bktheg@web.de> 1191148481 +0200
Message:

Allianzliste: NullPointerException? gefixt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/modules/AllyListController.java

    r7375108 ra6d36b9  
    8484                } 
    8585                 
    86                 if( ally.getId() == user.getAlly().getId() ) { 
     86                if( (user.getAlly() != null) && (ally.getId() == user.getAlly().getId()) ) { 
    8787                        addError("Sie k&ouml;nnen nicht die Beziehungen zu sich selbst &auml;ndern"); 
    8888                        redirect("details");