mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Avoid warning
This commit is contained in:
parent
217a8ce6ee
commit
1fa82581b6
2 changed files with 3 additions and 1 deletions
|
@ -498,7 +498,7 @@ if (isset($_GET["mode"])) {
|
|||
}
|
||||
|
||||
// If there is no page template use the default page template
|
||||
if (!$template) {
|
||||
if (empty($template)) {
|
||||
$template = theme_include("default.php");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue