summaryrefslogtreecommitdiff
path: root/classes/handler.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-23 23:05:51 +0400
committerAndrew Dolgov <[email protected]>2012-12-23 23:05:51 +0400
commit8dcb2b47628346226b18940b5cde7849f7a24687 (patch)
treeca3ee70e34095455614f4c2c7f9d69ce9f1ed27c /classes/handler.php
parent5cedb389d24861a94c1183d1562900dbe59ee3fb (diff)
implement plugin routing masks, add example plugin
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 e00b36aa3..68b16eac1 100644
--- a/classes/handler.php
+++ b/classes/handler.php
@@ -1,5 +1,5 @@
<?php
-class Handler {
+class Handler implements IHandler {
protected $link;
protected $args;