summaryrefslogtreecommitdiff
path: root/app/Module/LoginBlockModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/LoginBlockModule.php')
-rw-r--r--app/Module/LoginBlockModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/LoginBlockModule.php b/app/Module/LoginBlockModule.php
index 532d7539f7..11d9160406 100644
--- a/app/Module/LoginBlockModule.php
+++ b/app/Module/LoginBlockModule.php
@@ -43,7 +43,7 @@ class LoginBlockModule extends AbstractModule implements ModuleBlockInterface {
*
* @return string
*/
- public function getBlock($block_id, $template = true, $cfg = array()) {
+ public function getBlock($block_id, $template = true, $cfg = []) {
global $controller;
$id = $this->getName() . $block_id;
$class = $this->getName() . '_block';