close #468 Fixed: App show page issue

This commit is contained in:
cuneytsenturk 2018-08-30 16:30:22 +03:00
parent 3c8777d2f4
commit 0993885a11

View File

@ -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) {