Skip to content

Commit

Permalink
one step closer to compatibility with smarty 3.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
chilek committed Dec 14, 2015
1 parent 0c70710 commit 01e8b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LMSSmarty.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function display($template = null, $cache_id = null, $compile_id = null,
if (!empty($layout) && array_key_exists('module', $layout))
$this->plugin_manager->ExecuteHook($layout['module'] . '_before_module_display',
array('smarty' => $this));
$this->fetch($template, $cache_id, $compile_id, $parent, true);
parent::display($template, $cache_id, $compile_id, $parent);
}
}

Expand Down

2 comments on commit 01e8b4f

@prezeskk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chilek
Po upgrade smarty do wersji 3.1.28 mam pusta strone np welcome.html itp.
Znaczy sie strona logowanie jest ok menu boczne i pasek wyszukiwania jest ok ale reszty brak.
Sprawdzalem i na starej wersji 3.1.27 (bez tej zmiany oraz z ta zmiana) wszystko jest ok.
W czym moze byc problem? W logach cisza

@chilek
Copy link
Owner Author

@chilek chilek commented on 01e8b4f Dec 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.