X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=classes%2Fhandler.php;h=5b11094929711f3466107efd70b56cf57b9cf38f;hb=e52034b4bcce994312ce2af31be0a46a70172691;hp=68b16eac199f608149ade09ae3e4c51a0ebb5569;hpb=8dcb2b47628346226b18940b5cde7849f7a24687;p=tt-rss.git diff --git a/classes/handler.php b/classes/handler.php index 68b16eac..5b110949 100644 --- a/classes/handler.php +++ b/classes/handler.php @@ -1,10 +1,10 @@ link = $link; + function __construct($args) { + $this->pdo = Db::pdo(); $this->args = $args; } @@ -20,5 +20,4 @@ class Handler implements IHandler { return true; } -} -?> +} \ No newline at end of file