Development

Changeset 9784

You must first sign up to be able to contribute.

Changeset 9784

Show
Ignore:
Timestamp:
06/23/08 09:40:20 (4 months ago)
Author:
dwhittle
Message:

1.0: fixed autoload paths on windows (closes #1485)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/config/sfAutoloadConfigHandler.class.php

    r7791 r9784  
    114114            } 
    115115 
    116             $data[] = sprintf("'%s%s' => '%s',", $prefix, $class, $file); 
     116            $data[] = sprintf("'%s%s' => '%s',", $prefix, $class, str_replace('\\', '\\\\', $file)); 
    117117          } 
    118118        }