close #468 Fixed: App show page issue
This commit is contained in:
@ -41,6 +41,10 @@ class Item extends Controller
|
|||||||
|
|
||||||
$module = $this->getModule($alias);
|
$module = $this->getModule($alias);
|
||||||
|
|
||||||
|
if (empty($module)) {
|
||||||
|
return redirect('apps/home')->send();
|
||||||
|
}
|
||||||
|
|
||||||
$check = Module::alias($alias)->first();
|
$check = Module::alias($alias)->first();
|
||||||
|
|
||||||
if ($check) {
|
if ($check) {
|
||||||
|
Reference in New Issue
Block a user