From af12204f133c91fdc9898f63843c9ff4c61cb0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 18 Feb 2012 15:41:58 +0100 Subject: [PATCH] Fixing ChatUtil --- file/lib/util/ChatUtil.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/util/ChatUtil.class.php b/file/lib/util/ChatUtil.class.php index c04fdd1..1be6657 100644 --- a/file/lib/util/ChatUtil.class.php +++ b/file/lib/util/ChatUtil.class.php @@ -84,7 +84,7 @@ public static function readUserData($field) { * * @return integer */ - public static /* int */ getRandomNumber() { + public static function /* int */ getRandomNumber() { return 4; // chosen by a fair dice roll // guaranteed to be random }