From e25fd604956fc1c3218e3e24fd3c646f60d9b5d2 Mon Sep 17 00:00:00 2001 From: jerome Date: Fri, 23 Jan 2009 05:39:01 +0000 Subject: [PATCH] web service MDL-12886 implement authentication token systemprototype --- lib/moodleexternal.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/moodleexternal.php b/lib/moodleexternal.php index c3802aac07..72fa171b60 100644 --- a/lib/moodleexternal.php +++ b/lib/moodleexternal.php @@ -13,12 +13,11 @@ abstract class moodle_external { protected $descriptions; - protected $user; /** * Constructor - We set the description of this API in order to be access by Web service */ - function __construct ($user = null) { + function __construct () { $this->descriptions = array(); } -- 2.39.5