mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
ok, a slightly modified posting.php, some fixes too. topic-review and polls will re-appear shortly. Posting is a little bit screwed up now... will get fixed soon too. posting new topics/reply/quote/preview and edit works partially (the post get stored. ;)) This commit is to show the other developers the changes. ;)
git-svn-id: file:///svn/phpbb/trunk@3572 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -236,6 +236,8 @@ class Template {
|
||||
|
||||
if (!($this->compile_load($_str, $handle, false)))
|
||||
{
|
||||
global $user;
|
||||
|
||||
if (!$this->loadfile($handle))
|
||||
{
|
||||
trigger_error("Template->pparse(): Couldn't load template file for handle $handle", E_USER_ERROR);
|
||||
|
Reference in New Issue
Block a user