From: jerome Date: Fri, 23 Jan 2009 05:39:01 +0000 (+0000) Subject: web service MDL-12886 implement authentication token systemprototype X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e25fd604956fc1c3218e3e24fd3c646f60d9b5d2;p=moodle.git web service MDL-12886 implement authentication token systemprototype --- 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(); }