Ticket #54 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Win32FileSystem::resolveFile() broken

Reported by: Andrew Prendergast Assigned to:
Priority: major Milestone:
Component: Version: 2.2.0RC3
Keywords: Cc:

Description

Win32FileSystem::resolveFile() sometimes returns the string "path" instead of the resolved path name.

fix:

in system/io/Win32FileSystem.php line 352, change "return path;" to "return $path;"

Regards,

ap.

Attachments

Change History

12/28/06 11:16:46 changed by mrook

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r129, thanks!


Add/Change #54 (Win32FileSystem::resolveFile() broken)




Action