We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Steffen
  2. General Discussion
  3. Thursday, 06 February 2014
  4.  Subscribe via email
hello,
today i had an php-memory-error with line 72 in jat3.php.
can you change the line from

$buffer = preg_replace("/<\/body>/", $content . "\n</body>", $buffer);

to

$buffer = str_replace('</body>', $content . "\n</body>", $buffer);

imho is not necessary to use preg_replace in this line.
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Steffen,

Thank for information.
We will update it.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.