phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Florian Staudacher
Subject: [Phpgroupware-tracker] [patch #5437] Wiki requires '.' in php include
Date: Mon, 14 Jan 2008 18:46:51 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]