Skip to content

Commit 16cd49a

Browse files
committed
removed flashmessage
1 parent 0b95827 commit 16cd49a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/site/controllers/Admin/Index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public function process(RouteInfo $route_info = null, $route_data = [])
5959
return $this->getUtils()->errorPage(403);
6060
}
6161

62-
$this->addFlashMessage('info', 'test message');
6362
return $this->doRedirect($this->getUrl('admin.dashboard'));
6463
}
6564
}

0 commit comments

Comments
 (0)