On Sun, Oct 12, 2008 at 11:46 AM, ialex@svn.wikimedia.org wrote:
Revision: 41988 Author: ialex Date: 2008-10-12 09:46:23 +0000 (Sun, 12 Oct 2008)
Log Message:
Added a read-only API module
[...]
Added: trunk/extensions/Configure/Configure.api.php
--- trunk/extensions/Configure/Configure.api.php (rev 0) +++ trunk/extensions/Configure/Configure.api.php 2008-10-12 09:46:23 UTC (rev 41988) @@ -0,0 +1,317 @@
[...]
$this->dieusage( 'You need to call efConfigureSetup() to use this module', 'noconf' );
(and other instances)
It's ApiBase::dieUsage (camelCase), not dieusage.
Bryan