mirror of
https://github.com/friendica/friendica
synced 2025-04-22 08:30:10 +00:00
Issue 10392: Avoid "Friendica can't display this page at the moment"
This commit is contained in:
parent
9039d812f1
commit
ae5f57233e
3 changed files with 3 additions and 3 deletions
|
@ -162,8 +162,6 @@ class DBStructure
|
|||
|
||||
public static function writeStructure()
|
||||
{
|
||||
Renderer::registerTemplateEngine('Friendica\Render\FriendicaSmartyEngine');
|
||||
|
||||
$tables = [];
|
||||
foreach (self::definition(null) as $name => $definition) {
|
||||
$indexes = [[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue