Update 0.0.4

Update 0.0.4
This commit is contained in:
dmzx
2015-03-16 16:23:11 +01:00
parent bc1124abee
commit 4afbdcf7fe
37 changed files with 941 additions and 1305 deletions

View File

@@ -19,16 +19,16 @@ class listener implements EventSubscriberInterface
protected $template;
protected $user;
protected $db;
protected $root_path;
protected $php_ext;
/** @var \phpbb\controller\helper */
protected $controller_helper;
public function __construct(\phpbb\auth\auth $auth, \phpbb\config\config $config, \phpbb\controller\helper $controller_helper, \phpbb\template\template $template, \phpbb\user $user, \phpbb\db\driver\driver_interface $db, $root_path, $php_ext, $auth)
{
$this->config = $config;
@@ -40,7 +40,7 @@ class listener implements EventSubscriberInterface
$this->php_ext = $php_ext;
$this->auth = $auth;
}
static public function getSubscribedEvents()
{
return array(