[patch #5437] Wiki requires '.' in php include

Florian Staudacher <[email protected]> Mon, 14 Jan 2008 18:46:51 +0000
Newsgroups gmane.comp.web.phpgroupware.tracker
Message-ID <[email protected]>
Follow-up Comment #2, patch #5437 (project phpgroupware):

The error disappears if I modify the function set_root() in
/phpgroupware/phpgwapi/class.Template.inc.php to look like this: 

		function set_root($root)
		{
			//if (!is_dir($root))
			//{
			//	$this->halt("set_root: $root is not a directory.");
			//	return false;
			//}
			$this->root = $root;
			return true;
		}

(basically just commented out the check... but it works)
Now the wiki is displayed correctly and works as far as I have tested it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?5437>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/