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 aa80d30 + de669e7 commit 81c22fcCopy full SHA for 81c22fc
1 file changed
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