We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 443f489 + 8a7e212 commit faa6db2Copy full SHA for faa6db2
lib/private/Template/Template.php
@@ -73,7 +73,7 @@ public function __construct(
73
*/
74
protected function findTemplate(string $theme, string $app, string $name): array {
75
// Check if it is a app template or not.
76
- if ($app !== '') {
+ if ($app !== '' && $app !== 'core') {
77
try {
78
$appDir = Server::get(IAppManager::class)->getAppPath($app);
79
} catch (AppPathNotFoundException) {
0 commit comments