Version 1.0.0-RC2
This commit is contained in:
@@ -54,7 +54,7 @@ class main_controller
|
|||||||
* Controller for mChat actions called with Ajax requests
|
* Controller for mChat actions called with Ajax requests
|
||||||
*
|
*
|
||||||
* @param string $action The action to perform, one of add|edit|del|refresh|whois
|
* @param string $action The action to perform, one of add|edit|del|refresh|whois
|
||||||
* @return \Symfony\Component\HttpFoundation\JsonResponse A Symfony JsonResponse object
|
* @return A Symfony JsonResponse object
|
||||||
*/
|
*/
|
||||||
public function action($action)
|
public function action($action)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ class mchat
|
|||||||
* @param string $root_path
|
* @param string $root_path
|
||||||
* @param string $php_ext
|
* @param string $php_ext
|
||||||
*/
|
*/
|
||||||
public function __construct(\dmzx\mchat\core\functions $functions, \phpbb\config\config $config, \phpbb\controller\helper $helper, \phpbb\template\template $template, \phpbb\user $user, \phpbb\auth\auth $auth, \phpbb\pagination $pagination, \phpbb\request\request $request, \phpbb\event\dispatcher_interface $dispatcher,\phpbb\extension\manager $extension_manager, $root_path, $php_ext)
|
public function __construct(\dmzx\mchat\core\functions $functions, \phpbb\config\config $config, \phpbb\controller\helper $helper, \phpbb\template\template $template, \phpbb\user $user, \phpbb\auth\auth $auth, \phpbb\pagination $pagination, \phpbb\request\request $request, \phpbb\event\dispatcher_interface $dispatcher, \phpbb\extension\manager $extension_manager, $root_path, $php_ext)
|
||||||
{
|
{
|
||||||
$this->functions = $functions;
|
$this->functions = $functions;
|
||||||
$this->config = $config;
|
$this->config = $config;
|
||||||
|
|||||||
Reference in New Issue
Block a user