aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/Router.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-19 09:16:51 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-19 09:16:51 +0100
commite9f32ef94e5cb188e86a8cf43f9580b462d0ea46 (patch)
tree553feae3fb0c8267262fb605b28857f412e57b41 /Zotlabs/Web/Router.php
parent2cf4381e19a05c98c523422dce39753c7381229d (diff)
parent764d6e3407f75cbe7a6f9635dd40cd2cca0f2b4f (diff)
downloadvolse-hubzilla-e9f32ef94e5cb188e86a8cf43f9580b462d0ea46.tar.gz
volse-hubzilla-e9f32ef94e5cb188e86a8cf43f9580b462d0ea46.tar.bz2
volse-hubzilla-e9f32ef94e5cb188e86a8cf43f9580b462d0ea46.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Web/Router.php')
-rw-r--r--Zotlabs/Web/Router.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/Zotlabs/Web/Router.php b/Zotlabs/Web/Router.php
index a6b780cdc..fb551e36f 100644
--- a/Zotlabs/Web/Router.php
+++ b/Zotlabs/Web/Router.php
@@ -38,10 +38,9 @@ class Router {
/**
* @brief Router constructor.
*
- * @param[in,out] App &$a
* @throws Exception module not found
*/
- function __construct(&$a) {
+ function __construct() {
$module = \App::$module;
$modname = "Zotlabs\\Module\\" . ucfirst($module);
@@ -179,9 +178,8 @@ class Router {
/**
* @brief
*
- * @param[in,out] App &$a
*/
- function Dispatch(&$a) {
+ function Dispatch() {
/**
* Call module functions