Home » HTTP » HTTP_WebDAV_Server » Bug #6866
Call to undefined method WebDAV::unslashify()
Details
| Submitted | 2006-02-22 08:36 UTC |
|---|---|
| From | pear dot php dot net at chsc dot dk |
| Assigned | hholzgra |
| Status | Closed |
| Package | HTTP_WebDAV_Server |
| PHP Version | 5.0.5 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-02-22 08:36 UTC] pear dot php dot net at chsc dot dk
Description:
------------
The method _mergePathes() calls either $this->unslashify() or $this->slashify(). These don't appear to be defined anywhere.
I assume the intended methods are $this->_unslashify() and $this->_slashify(), respectively.