diff options
Diffstat (limited to 'lib/class/random.class.php')
-rw-r--r-- | lib/class/random.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/random.class.php b/lib/class/random.class.php index b24845e8..58be0463 100644 --- a/lib/class/random.class.php +++ b/lib/class/random.class.php @@ -32,7 +32,7 @@ class Random { * Constructor * nothing to see here, move along */ - private function __construct($id) { + public function __construct() { // Rien a faire |