summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/action.php b/lib/action.php
index c882f0696..e604b1304 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -34,9 +34,9 @@ class Action { // lawsuit
}
}
- function handle($args) {
+ function handle($argarray) {
$this->args = array();
- foreach ($args as $k => $v) {
+ foreach ($argarray as $k => $v) {
$this->args[$k] = $v;
}
}