mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 12:08:40 +00:00
general fixes
This commit is contained in:
parent
22e4e678a6
commit
5475276b6e
|
|
@ -556,9 +556,7 @@ final class BackendController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
$toParse = $path === false ? '' : \file_get_contents($path);
|
$toParse = $path === false ? '' : \file_get_contents($path);
|
||||||
$content = Markdown::parse($toParse === false ? '' : $toParse);
|
$view->data['introduction'] = Markdown::parse($toParse === false ? '' : $toParse);
|
||||||
|
|
||||||
$view->data['introduction'] = $content;
|
|
||||||
|
|
||||||
return $view;
|
return $view;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user