1. lior
  2. Bug Report
  3. Monday, 01 December 2008
  4.  Subscribe via email
Hi,

I encounterd the problem while configuring joomlacomment. I entered the configuration menu and the hole page got messed up. It happened becuase of my CVS hidden folder.
At administrator/components/com_comment/library.comment.php I changed line 285
from
if ($file != "." && $file != ".." && is_dir("$path/$file") )

to
if ($file != "." && $file != ".." && is_dir("$path/$file") && (strpos($file,".") > 0 || strpos($file,".") === false))
Responses (3)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!