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:52:15 -0400 |
commit | 4c9be4d566c4d4b6e846935cbabd951f5d59259d (patch) | |
tree | 4669b2b9c54030116a7f9d7da5ce8c45c4b8393c | |
parent | 3a0c59052ace6cdd1ac23e8f6b5c5ba8cb6fffcd (diff) |
typo in 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']; |