diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-13 15:52:15 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-13 15:55:38 -0400 |
commit | a801ee08437a988ebab32b3c92a7380667b446b6 (patch) | |
tree | 123deec3099a5c1cd6554696bab16e85b90bdc26 /actions/api.php | |
parent | 7f81597a8146e0fa5f062cf42a30c86914877ec5 (diff) |
typo in api.php
Diffstat (limited to 'actions/api.php')
-rw-r--r-- | actions/api.php | 2 |
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']; |