summaryrefslogtreecommitdiff
path: root/classes/handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/handler.php')
-rw-r--r--classes/handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler.php b/classes/handler.php
index 404b8306b..9d6c99e0d 100644
--- a/classes/handler.php
+++ b/classes/handler.php
@@ -12,7 +12,7 @@ class Handler {
return true;
}
- function before() {
+ function before($method) {
return true;
}