android-ibc-forum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6e0f9ec1fac2c580b944ce875de02ba33b092178
parent 675287ea9730cfdb6cdbc027d69d893418e9be2d
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 28 Jan 2012 00:42:57 +0100

Fix: Laden von \"Eigene Themen\".

Diffstat:
src/de/mtbnews/android/ForumActivity.java | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/de/mtbnews/android/ForumActivity.java b/src/de/mtbnews/android/ForumActivity.java @@ -337,7 +337,7 @@ public class ForumActivity extends ListActivity try { - Map map = (Map) client.call("get_participated_topic"); + Map map = (Map) client.callEx("get_participated_topic",params); this.forumList = (Object[]) map.get("topics"); }