close #468 Fixed: App show page issue
This commit is contained in:
parent
3c8777d2f4
commit
0993885a11
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user