summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-13 15:52:15 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-13 15:55:38 -0400
commita801ee08437a988ebab32b3c92a7380667b446b6 (patch)
tree123deec3099a5c1cd6554696bab16e85b90bdc26
parent7f81597a8146e0fa5f062cf42a30c86914877ec5 (diff)
typo in api.php
-rw-r--r--actions/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/api.php b/actions/api.php
index e40a18798..d2f0a2eff 100644
--- a/actions/api.php
+++ b/actions/api.php
@@ -180,7 +180,7 @@ class ApiAction extends Action
}
}
- function isReadOnly($args)($args)
+ function isReadOnly($args)
{
$apiaction = $args['apiaction'];
$method = $args['method'];