Ignore:
Timestamp:
03/12/10 10:59:32 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migração das classes do módulo workflow para a nova factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/lib/factory/BaseFactory.php

    r2222 r2233  
    154154                /* not found */ 
    155155                if (!($entry = $this->_getEntry($className))) 
    156                         throw new Exception('You are not allowed to instantiate '.$className.' class.'); 
     156                        throw new Exception('You are not allowed to instantiate \''.$className.'\' class.'); 
    157157 
    158                 $fullPath = $entry['basePath'] . SEP . $entry['path'] . SEP . $entry['filename']; 
     158                $fullPath = $entry['basePath'] . '/' . $entry['path'] . '/' . $entry['filename']; 
    159159 
    160160                /* file not found */ 
Note: See TracChangeset for help on using the changeset viewer.