typo in api.php

This commit is contained in:
Evan Prodromou 2009-04-13 15:52:15 -04:00
parent 3a0c59052a
commit 4c9be4d566
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class ApiAction extends Action
} }
} }
function isReadOnly($args)($args) function isReadOnly($args)
{ {
$apiaction = $args['apiaction']; $apiaction = $args['apiaction'];
$method = $args['method']; $method = $args['method'];