Changeset 220

Show
Ignore:
Timestamp:
02/06/07 10:30:37 (2 years ago)
Author:
mikey
Message:

bugfix: failed when not in star because of missing /

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/stubFactory.php

    r219 r220  
    3232                self::$resourceURI = str_replace('net.stubbles.stubFactory', '', __FILE__); 
    3333            } else { 
    34                 self::$resourceURI = realpath(dirname(__FILE__) . '/../../../resources/')
     34                self::$resourceURI = realpath(dirname(__FILE__) . '/../../../resources') . '/'
    3535            } 
    3636        }